[tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sat Sep 7 19:05:35 MSK 2019
The patchset deprecates and drops rows_per_wal box.cfg option. It is done in
two separate commits so as the first one could be cherry-picked to all the
branches < master and >= 1.10.
The second commit actually drops the option - box.cfg will raise an error on it.
It it is for master branch only.
Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-3762-rows_per_wal-deprecate
Issue: https://github.com/tarantool/tarantool/issues/3762
Vladislav Shpilevoy (2):
wal: deprecate rows_per_wal in favour of wal_max_size
wal: drop rows_per_wal option
src/box/box.cc | 30 +-------
src/box/lua/load_cfg.lua | 38 ++++++----
src/box/wal.c | 14 +---
src/box/wal.h | 13 +++-
test/app-tap/init_script.result | 39 +++++-----
test/app-tap/snapshot.test.lua | 2 +-
test/app/app.lua | 2 +-
test/app/fiber.result | 6 +-
test/app/fiber.test.lua | 4 +-
test/box-py/box.lua | 2 +-
test/box-tap/cfg.test.lua | 3 +-
test/box/admin.result | 2 -
test/box/cfg.result | 4 -
test/box/configuration.result | 107 ---------------------------
test/box/proxy.lua | 2 +-
test/box/tiny.lua | 1 -
test/engine/box.lua | 2 +-
test/engine_long/box.lua | 1 -
test/long_run-py/box.lua | 1 -
test/vinyl/vinyl.lua | 1 -
test/xlog-py/box.lua | 1 -
test/xlog/checkpoint_daemon.result | 11 ++-
test/xlog/checkpoint_daemon.test.lua | 9 ++-
test/xlog/errinj.result | 7 +-
test/xlog/errinj.test.lua | 5 +-
test/xlog/panic.lua | 1 -
test/xlog/upgrade/fill.lua | 2 +-
test/xlog/xlog.lua | 2 +-
28 files changed, 97 insertions(+), 215 deletions(-)
delete mode 100644 test/box/configuration.result
--
2.20.1 (Apple Git-117)
More information about the Tarantool-patches
mailing list