* [tarantool-patches] [PATCH 1/1] Deprecate box.cfg.rows_per_wal option
@ 2019-09-10 20:25 Vladislav Shpilevoy
0 siblings, 0 replies; only message in thread
From: Vladislav Shpilevoy @ 2019-09-10 20:25 UTC (permalink / raw)
To: tarantool-patches; +Cc: alexander.turenko
It is deprecated since 1.10 version and is dropped in 2.3.
---
Branch: https://github.com/tarantool/tarantool-python/tree/gerold103/deprecate-rows-per-wal
Issue: https://github.com/tarantool/tarantool/issues/3762
unit/suites/box.lua | 1 -
unit/suites/lib/tarantool_server.py | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/unit/suites/box.lua b/unit/suites/box.lua
index f7c15ed..5f58d68 100644
--- a/unit/suites/box.lua
+++ b/unit/suites/box.lua
@@ -6,5 +6,4 @@ box.cfg{
listen = os.getenv("PRIMARY_PORT"),
slab_alloc_arena = 0.1,
pid_file = "box.pid",
- rows_per_wal = 50
}
diff --git a/unit/suites/lib/tarantool_server.py b/unit/suites/lib/tarantool_server.py
index 291914d..f127171 100644
--- a/unit/suites/lib/tarantool_server.py
+++ b/unit/suites/lib/tarantool_server.py
@@ -46,8 +46,7 @@ class TarantoolServer(object):
default_cfg = {
"custom_proc_title": "\"tarantool-python testing\"",
"slab_alloc_arena": 0.5,
- "pid_file": "\"box.pid\"",
- "rows_per_wal": 200}
+ "pid_file": "\"box.pid\""}
@property
def logfile_path(self):
--
2.20.1 (Apple Git-117)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-10 20:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 20:25 [tarantool-patches] [PATCH 1/1] Deprecate box.cfg.rows_per_wal option Vladislav Shpilevoy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox