Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: alexander.turenko@tarantool.org
Subject: [tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal
Date: Sat,  7 Sep 2019 18:05:35 +0200	[thread overview]
Message-ID: <cover.1567872249.git.v.shpilevoy@tarantool.org> (raw)

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)

             reply	other threads:[~2019-09-07 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-07 16:05 Vladislav Shpilevoy [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1567872249.git.v.shpilevoy@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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