Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH vshard 0/5] Router backoff, storage disable
@ 2021-12-17  0:25 Vladislav Shpilevoy via Tarantool-patches
  2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 1/5] router: backoff on some box errors Vladislav Shpilevoy via Tarantool-patches
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Vladislav Shpilevoy via Tarantool-patches @ 2021-12-17  0:25 UTC (permalink / raw)
  To: tarantool-patches, olegrok

The patchset introduces vshard.storage auto and manual enable/disable. Disabled
storage blocks most of public API calls. The state is handled by the router in
a special way so it transparently retries requests failed due to the storage
being disabled.

Branch: http://github.com/tarantool/vshard/tree/gerold103/gh-298-replica-backoff-part-2
Issue: https://github.com/tarantool/vshard/issues/298

Vladislav Shpilevoy (5):
  router: backoff on some box errors
  storage: auto enable/disable
  storage: manual enable/disable
  error: introduce from_string
  router: backoff on storage being disabled

 example/localcfg.lua          |   1 -
 test/router/router2.result    | 325 ++++++++++++++++++++++++++++++++++
 test/router/router2.test.lua  | 132 ++++++++++++++
 test/storage/storage.result   | 128 +++++++++++++
 test/storage/storage.test.lua |  55 ++++++
 test/unit/error.result        |  18 ++
 test/unit/error.test.lua      |   6 +
 test/unit/garbage.result      |  17 +-
 test/unit/garbage.test.lua    |  15 +-
 test/unit/rebalancer.result   |   2 +-
 test/unit/rebalancer.test.lua |   2 +-
 vshard/consts.lua             |   1 +
 vshard/error.lua              |  32 +++-
 vshard/replicaset.lua         | 119 +++++++++++--
 vshard/router/init.lua        |   3 +-
 vshard/storage/init.lua       | 207 +++++++++++++++++-----
 16 files changed, 987 insertions(+), 76 deletions(-)

-- 
2.24.3 (Apple Git-128)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-12-20 23:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  0:25 [Tarantool-patches] [PATCH vshard 0/5] Router backoff, storage disable Vladislav Shpilevoy via Tarantool-patches
2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 1/5] router: backoff on some box errors Vladislav Shpilevoy via Tarantool-patches
2021-12-17 11:09   ` Oleg Babin via Tarantool-patches
2021-12-17 23:10     ` Vladislav Shpilevoy via Tarantool-patches
2021-12-18 13:57       ` Oleg Babin via Tarantool-patches
2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 2/5] storage: auto enable/disable Vladislav Shpilevoy via Tarantool-patches
2021-12-17 11:09   ` Oleg Babin via Tarantool-patches
2021-12-17 23:10     ` Vladislav Shpilevoy via Tarantool-patches
2021-12-18 13:58       ` Oleg Babin via Tarantool-patches
2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 3/5] storage: manual enable/disable Vladislav Shpilevoy via Tarantool-patches
2021-12-17 11:09   ` Oleg Babin via Tarantool-patches
2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 4/5] error: introduce from_string Vladislav Shpilevoy via Tarantool-patches
2021-12-17 11:09   ` Oleg Babin via Tarantool-patches
2021-12-17 23:10     ` Vladislav Shpilevoy via Tarantool-patches
2021-12-17  0:25 ` [Tarantool-patches] [PATCH vshard 5/5] router: backoff on storage being disabled Vladislav Shpilevoy via Tarantool-patches
2021-12-17 11:09   ` Oleg Babin via Tarantool-patches
2021-12-18 13:58 ` [Tarantool-patches] [PATCH vshard 0/5] Router backoff, storage disable Oleg Babin via Tarantool-patches
2021-12-20 23:52 ` Vladislav Shpilevoy via Tarantool-patches

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