From: AKhatskevich <avkhatskevich@tarantool.org> To: tarantool-patches@freelists.org, v.shpilevoy@tarantool.org Subject: [tarantool-patches] [PATCH 0/2][vshard] Vshard safe reload Date: Sat, 9 Jun 2018 20:47:14 +0300 [thread overview] Message-ID: <cover.1528566184.git.avkhatskevich@tarantool.org> (raw) Branch: https://github.com/tarantool/vshard/tree/kh/gh-112-reload-mt-2 Issue: https://github.com/tarantool/vshard/issues/112 Two commits: * Add test on error during reconfigure * Complete module reload reloads entire vshard, deprecating old objects test/lua_libs/util.lua | 16 +++++++ test/router/reload.result | 109 ++++++++++++++++++++++++++++++++++++++++++ test/router/reload.test.lua | 41 ++++++++++++++++ test/router/router.result | 30 +++++++++++- test/router/router.test.lua | 10 ++++ test/storage/reload.result | 61 +++++++++++++++++++++++ test/storage/reload.test.lua | 24 ++++++++++ test/storage/storage.result | 33 +++++++++++++ test/storage/storage.test.lua | 12 +++++ vshard/replicaset.lua | 91 ++++++++++++++++++++++++++++------- vshard/router/init.lua | 47 ++++++++++++++---- vshard/storage/init.lua | 53 +++++++++++++++----- vshard/util.lua | 20 ++++++++ 13 files changed, 506 insertions(+), 41 deletions(-) -- 2.14.1
next reply other threads:[~2018-06-09 17:47 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-09 17:47 AKhatskevich [this message] 2018-06-09 17:47 ` [tarantool-patches] [PATCH 1/2] Add test on error during reconfigure AKhatskevich 2018-06-17 19:46 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-18 10:10 ` Alex Khatskevich 2018-06-18 10:48 ` Vladislav Shpilevoy 2018-06-19 10:36 ` Alex Khatskevich 2018-06-09 17:47 ` [tarantool-patches] [PATCH 2/2] Complete module reload AKhatskevich 2018-06-17 19:46 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-19 7:09 ` Alex Khatskevich 2018-06-19 9:00 ` Vladislav Shpilevoy 2018-06-19 11:49 ` Alex Khatskevich 2018-06-19 11:57 ` Vladislav Shpilevoy 2018-06-17 19:39 ` [tarantool-patches] Re: [PATCH 0/2][vshard] Vshard safe reload Vladislav Shpilevoy 2018-06-19 7:20 ` Alex Khatskevich
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.1528566184.git.avkhatskevich@tarantool.org \ --to=avkhatskevich@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [tarantool-patches] [PATCH 0/2][vshard] Vshard safe reload' \ /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