[tarantool-patches] [PATCH 1/1] Deprecate box.cfg.rows_per_wal option
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Tue Sep 10 23:25:05 MSK 2019
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)
More information about the Tarantool-patches
mailing list