This is an automated email from the ASF dual-hosted git repository.
krishvishal pushed a change to branch vsr-cleanup
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 90f10ebd5 Merge branch 'master' into vsr-cleanup
add 981ad3794 fix: address review comments
No new revisions were added by this update.
Summary of changes:
core/consensus/src/client_table.rs | 20 +--
core/consensus/src/fatal.rs | 56 +++++++
core/consensus/src/impls.rs | 225 +++++++++++++++++++++++++---
core/consensus/src/lib.rs | 12 +-
core/consensus/src/vsr_timeout.rs | 11 ++
core/metadata/src/impls/metadata.rs | 83 ++++++----
core/metadata/src/impls/recovery.rs | 52 ++++++-
core/metadata/src/stm/snapshot.rs | 36 ++++-
core/partitions/src/iggy_partitions.rs | 9 +-
core/server/src/bootstrap.rs | 4 +
core/server/src/responses.rs | 19 ++-
core/server_common/src/consensus_message.rs | 66 +++++---
core/shard/src/lib.rs | 11 +-
13 files changed, 500 insertions(+), 104 deletions(-)
create mode 100644 core/consensus/src/fatal.rs