From: AKhatskevich <avkhatskevich@tarantool.org> To: v.shpilevoy@tarantool.org, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH v3] vshard reload mechanism Date: Thu, 26 Jul 2018 11:27:14 +0300 [thread overview] Message-ID: <cover.1532593430.git.avkhatskevich@tarantool.org> (raw) Issue1: https://github.com/tarantool/vshard/issues/112 Issue2: https://github.com/tarantool/vshard/issues/125 Branch: https://github.com/tarantool/vshard/tree/kh/gh-112-reload-mt-2 This patcheset improves vshard reload mechanism. Changes since PATCH v2: - Races related to object outdating are fixed. AKhatskevich (3): Fix races related to object outdating tests: separate bootstrap routine to a lua_libs Introduce storage reload evolution .travis.yml | 2 +- rpm/prebuild.sh | 2 + test/lua_libs/bootstrap.lua | 50 +++++ test/lua_libs/git_util.lua | 51 +++++ test/lua_libs/util.lua | 20 ++ test/rebalancer/box_1_a.lua | 47 +--- test/rebalancer/errinj.result | 2 +- test/rebalancer/errinj.test.lua | 2 +- test/rebalancer/rebalancer.result | 2 +- test/rebalancer/rebalancer.test.lua | 2 +- test/rebalancer/rebalancer_lock_and_pin.result | 2 +- test/rebalancer/rebalancer_lock_and_pin.test.lua | 2 +- test/rebalancer/restart_during_rebalancing.result | 2 +- .../rebalancer/restart_during_rebalancing.test.lua | 2 +- test/rebalancer/stress_add_remove_rs.result | 2 +- test/rebalancer/stress_add_remove_rs.test.lua | 2 +- .../rebalancer/stress_add_remove_several_rs.result | 2 +- .../stress_add_remove_several_rs.test.lua | 2 +- test/rebalancer/suite.ini | 2 +- test/reload_evolution/storage.result | 245 +++++++++++++++++++++ test/reload_evolution/storage.test.lua | 87 ++++++++ test/reload_evolution/storage_1_a.lua | 48 ++++ test/reload_evolution/storage_1_b.lua | 1 + test/reload_evolution/storage_2_a.lua | 1 + test/reload_evolution/storage_2_b.lua | 1 + test/reload_evolution/suite.ini | 6 + test/reload_evolution/test.lua | 9 + test/unit/reload_evolution.result | 45 ++++ test/unit/reload_evolution.test.lua | 18 ++ vshard/replicaset.lua | 30 +-- vshard/router/init.lua | 58 +++-- vshard/storage/init.lua | 12 + vshard/storage/reload_evolution.lua | 58 +++++ 33 files changed, 722 insertions(+), 95 deletions(-) create mode 100644 test/lua_libs/bootstrap.lua create mode 100644 test/lua_libs/git_util.lua create mode 100644 test/reload_evolution/storage.result create mode 100644 test/reload_evolution/storage.test.lua create mode 100755 test/reload_evolution/storage_1_a.lua create mode 120000 test/reload_evolution/storage_1_b.lua create mode 120000 test/reload_evolution/storage_2_a.lua create mode 120000 test/reload_evolution/storage_2_b.lua create mode 100644 test/reload_evolution/suite.ini create mode 100644 test/reload_evolution/test.lua create mode 100644 test/unit/reload_evolution.result create mode 100644 test/unit/reload_evolution.test.lua create mode 100644 vshard/storage/reload_evolution.lua -- 2.14.1
next reply other threads:[~2018-07-26 8:27 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-07-26 8:27 AKhatskevich [this message] 2018-07-26 8:27 ` [tarantool-patches] [PATCH 1/3] Fix races related to object outdating AKhatskevich 2018-07-26 8:27 ` [tarantool-patches] [PATCH 2/3] tests: separate bootstrap routine to a lua_libs AKhatskevich 2018-07-26 8:27 ` [tarantool-patches] [PATCH 3/3] Introduce storage reload evolution AKhatskevich
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.1532593430.git.avkhatskevich@tarantool.org \ --to=avkhatskevich@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [tarantool-patches] [PATCH v3] vshard reload mechanism' \ /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