This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-cpptrace-v0.6.3
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 46f48625 Merge branch 'unstable' into aleksraiden-patch-cpptrace-v0.6.3
add beb1979f feat(cluster): support migrate slot range (#2389)
add 79d53a17 chore(x.py): revert gotest timeout to 1800sec (#2413)
add 80210e22 Merge branch 'unstable' into aleksraiden-patch-cpptrace-v0.6.3
No new revisions were added by this update.
Summary of changes:
src/cluster/cluster.cc | 105 +++++++-----
src/cluster/cluster.h | 11 +-
src/cluster/cluster_defs.h | 35 +++-
src/cluster/slot_import.cc | 49 +++---
src/cluster/slot_import.h | 11 +-
src/cluster/slot_migrate.cc | 150 +++++++++--------
src/cluster/slot_migrate.h | 28 ++--
src/commands/cmd_cluster.cc | 20 ++-
src/storage/batch_extractor.cc | 12 +-
src/storage/batch_extractor.h | 9 +-
src/storage/iterator.cc | 8 +-
src/storage/iterator.h | 12 +-
src/storage/redis_db.cc | 12 +-
src/storage/redis_db.h | 3 +-
tests/gocase/integration/cluster/cluster_test.go | 4 +-
.../integration/slotimport/slotimport_test.go | 14 +-
.../integration/slotmigrate/slotmigrate_test.go | 178 +++++++++++++++++++--
tests/gocase/unit/geo/geo_test.go | 27 ++--
tests/gocase/unit/type/list/list_test.go | 3 -
tests/gocase/unit/type/zset/zset_test.go | 2 +-
tests/gocase/util/random.go | 40 +++++
x.py | 2 +-
22 files changed, 513 insertions(+), 222 deletions(-)