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 2de4f51bf merge master
add a0112bd83 address review comments
No new revisions were added by this update.
Summary of changes:
core/consensus/src/lib.rs | 4 +-
core/consensus/src/state_manifest.rs | 26 +
core/consensus/src/state_transfer.rs | 53 +-
.../tests/cluster/partition_state_transfer.rs | 77 +-
.../data_integrity/verify_after_server_restart.rs | 5 +-
core/journal/src/local_gate.rs | 6 +
core/partitions/src/iggy_partition.rs | 95 +--
core/partitions/src/state_transfer.rs | 850 ++++++++++++++++-----
core/server-ng/src/partition_reconciler.rs | 24 +
core/server-ng/src/segment_recovery.rs | 63 ++
core/shard/src/lib.rs | 745 +++++++++++++-----
11 files changed, 1475 insertions(+), 473 deletions(-)