From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Serge Petrenko Subject: [PATCH v2 0/2] iproto: update readahead in existing connections Date: Thu, 21 Feb 2019 21:02:34 +0300 Message-Id: To: vdavydov.dev@gmail.com Cc: georgy@tarantool.org, tarantool-patches@freelists.org, Serge Petrenko List-ID: https://github.com/tarantool/tarantool/issues/3958 https://github.com/tarantool/tarantool/tree/sp/gh-3958-iproto-update-readahead Changes in v2: - added the second patch which moves readahead setting before replicaset sync. - reworked the test and moved it to box/net.box.test.lua from box/iproto_stress.test.lua Serge Petrenko (2): iproto: update readahead in existing connections box: set readahead before replicaset sync src/box/box.cc | 1 + src/box/iproto.cc | 5 ++++ src/box/lua/load_cfg.lua | 1 + test/box/net.box.result | 62 +++++++++++++++++++++++++++++++++++++++ test/box/net.box.test.lua | 37 +++++++++++++++++++++++ 5 files changed, 106 insertions(+) -- 2.17.2 (Apple Git-113)