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

Oleg Babin olegrok at tarantool.org
Thu May 13 23:23:05 MSK 2021


Hi! Thanks for patchset. I think links should refer to vshard not 
tarantool repo.

See my comments in following e-mails.

On 13.05.2021 14:07, Vladislav Shpilevoy wrote:
> 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(-)
>


More information about the Tarantool-patches mailing list