This is an automated email from the ASF dual-hosted git repository.

hulk pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from fd33e55d Ignore max-db-size limit when deleting data or writing aux 
informations (#2047)
     add 6eb80182 Allow to migrate cluster slot by raw write batch (#2067)

No new revisions were added by this update.

Summary of changes:
 kvrocks.conf                                       |  22 ++
 src/cluster/batch_sender.cc                        | 129 ++++++++++
 src/cluster/batch_sender.h                         |  71 ++++++
 src/cluster/slot_migrate.cc                        | 209 +++++++++++++--
 src/cluster/slot_migrate.h                         |  29 ++-
 src/config/config.cc                               |  19 ++
 src/config/config.h                                |   5 +
 src/server/server.cc                               |   3 +-
 src/storage/storage.cc                             |   2 +
 src/storage/storage.h                              |   3 +-
 .../integration/slotmigrate/slotmigrate_test.go    | 280 ++++++++++++---------
 11 files changed, 626 insertions(+), 146 deletions(-)
 create mode 100644 src/cluster/batch_sender.cc
 create mode 100644 src/cluster/batch_sender.h

Reply via email to