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

krishvishal pushed a change to branch vsrconsensus-persist
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from e2baf444c Merge branch 'master' into vsrconsensus-persist
     add 91f73c87a fix: address review comments

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                   |   1 +
 core/binary_protocol/src/consensus/header.rs |   7 +-
 core/consensus/src/client_table.rs           | 265 ++++++++++---
 core/consensus/src/impls.rs                  | 239 ++++++++++--
 core/consensus/src/vsr_state.rs              |  79 +++-
 core/integration/Cargo.toml                  |   2 +-
 core/journal/Cargo.toml                      |   1 +
 core/journal/src/prepare_journal.rs          | 235 ++++++++++--
 core/journal/src/superblock.rs               | 258 +++++++++----
 core/metadata/src/impls/metadata.rs          | 388 +++++++++++++++----
 core/metadata/src/impls/recovery.rs          | 551 +++++++++++++++++++++++----
 core/metadata/src/stm/snapshot.rs            |  17 +-
 core/server-ng/src/bootstrap.rs              | 185 +++++----
 core/shard/src/lib.rs                        |  38 +-
 core/simulator/src/lib.rs                    |  64 ++++
 core/simulator/src/replica.rs                |  42 +-
 16 files changed, 1891 insertions(+), 481 deletions(-)

Reply via email to