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 ed61c3e51 address review comments
     new 85c755b5d fix some criticial bugs
     new b462ce356 review changes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/binary_protocol/src/consensus/header.rs   |   9 +
 core/configs/src/server_ng_config/displays.rs  |  20 +-
 core/configs/src/server_ng_config/partition.rs |  12 +-
 core/consensus/src/vsr_state.rs                |   6 +-
 core/partitions/src/iggy_partition.rs          | 542 +++++++++++++++++++++++--
 core/partitions/src/journal.rs                 |   7 +-
 core/partitions/src/lib.rs                     |   2 +-
 core/partitions/src/state_transfer.rs          | 270 ++++++++++--
 core/server-ng/config.toml                     |  22 +-
 core/server-ng/src/bootstrap.rs                |   7 +-
 core/server-ng/src/partition_helpers.rs        |  44 +-
 core/server-ng/src/partition_reconciler.rs     |  26 +-
 core/server-ng/src/server_error.rs             |   2 +-
 core/shard/src/lib.rs                          | 469 +++++++++++++++++----
 core/shard/src/router.rs                       |  45 +-
 15 files changed, 1264 insertions(+), 219 deletions(-)

Reply via email to