This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch partition_superblock
in repository https://gitbox.apache.org/repos/asf/iggy.git
from cd97574b7 Merge branch 'master' into partition_superblock
add 6a6c88e3e address review comments
No new revisions were added by this update.
Summary of changes:
core/bench/Cargo.toml | 6 +
core/consensus/src/state_transfer.rs | 12 +-
.../tests/cluster/partition_state_transfer.rs | 18 +-
core/journal/src/superblock.rs | 18 +-
core/partitions/src/iggy_partition.rs | 58 +++++-
core/partitions/src/state_transfer.rs | 182 +++++++++++++++----
core/server-ng/src/bootstrap.rs | 40 +++--
core/server-ng/src/partition_helpers.rs | 16 +-
core/server-ng/src/segment_recovery.rs | 18 +-
core/server-ng/src/server_error.rs | 5 +-
core/shard/src/lib.rs | 195 ++++++++++++++++-----
11 files changed, 445 insertions(+), 123 deletions(-)