Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal
@ 2019-09-07 16:05 Vladislav Shpilevoy
  2019-09-07 16:05 ` [tarantool-patches] [PATCH 1/2] wal: deprecate rows_per_wal in favour of wal_max_size Vladislav Shpilevoy
  2019-09-07 16:05 ` [tarantool-patches] [PATCH 2/2] wal: drop rows_per_wal option Vladislav Shpilevoy
  0 siblings, 2 replies; 6+ messages in thread
From: Vladislav Shpilevoy @ 2019-09-07 16:05 UTC (permalink / raw)
  To: tarantool-patches; +Cc: alexander.turenko

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)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-10 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-07 16:05 [tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal Vladislav Shpilevoy
2019-09-07 16:05 ` [tarantool-patches] [PATCH 1/2] wal: deprecate rows_per_wal in favour of wal_max_size Vladislav Shpilevoy
2019-09-08 12:53   ` [tarantool-patches] " Vladislav Shpilevoy
2019-09-10 18:50   ` Kirill Yukhin
2019-09-07 16:05 ` [tarantool-patches] [PATCH 2/2] wal: drop rows_per_wal option Vladislav Shpilevoy
2019-09-08 12:53   ` [tarantool-patches] " Vladislav Shpilevoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox