[Tarantool-patches] [PATCH 0/2] vshard.storage.buckets_count() bug

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu May 13 14:07:04 MSK 2021


The patchset fixes the issue with buckets_count() returning incorrect values on
replica nodes due to cache inconsistency.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-276-bucket-count-outdated
Issue: https://github.com/tarantool/tarantool/issues/276

Vladislav Shpilevoy (2):
  test: fix test output on latest Tarantool
  vshard: fix buckets_count() on replicas

 test/misc/reconfigure.result            | 21 ++++---
 test/misc/reconfigure.test.lua          | 13 +++--
 test/router/boot_replica_first.result   |  9 ++-
 test/router/boot_replica_first.test.lua |  7 ++-
 test/storage/storage.result             | 52 ++++++++++++++++-
 test/storage/storage.test.lua           | 22 ++++++-
 vshard/storage/init.lua                 | 78 ++++++++++++++++++++++---
 7 files changed, 171 insertions(+), 31 deletions(-)

-- 
2.24.3 (Apple Git-128)



More information about the Tarantool-patches mailing list