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 1/1] Deprecate box.cfg.rows_per_wal option
Date: Tue, 10 Sep 2019 22:25:05 +0200	[thread overview]
Message-ID: <2c6d22f1065a2e14b6f875c80b46c37f38def7cb.1568147007.git.v.shpilevoy@tarantool.org> (raw)

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)

                 reply	other threads:[~2019-09-10 20:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2c6d22f1065a2e14b6f875c80b46c37f38def7cb.1568147007.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 1/1] Deprecate box.cfg.rows_per_wal option' \
    /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