This is an automated email from the ASF dual-hosted git repository. hulk pushed a change to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 61a417c5 Update x.py add beb1979f feat(cluster): support migrate slot range (#2389) add 6516f05a Merge branch 'unstable' into aleksraiden-patch-1 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 +++++ 21 files changed, 512 insertions(+), 221 deletions(-)