This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch
dependabot/npm_and_yarn/examples/node/node-5a86d90ac4
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 0503e5490 chore(deps): Bump tsx
add cbeb410f4 fix(consensus): close metadata and consensus plane TODOs
(#3870)
add 67bef6a90 Merge branch 'master' into
dependabot/npm_and_yarn/examples/node/node-5a86d90ac4
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
Cargo.toml | 1 +
core/consensus/src/client_table.rs | 20 +-
core/consensus/src/fatal.rs | 56 ++
core/consensus/src/impls.rs | 804 ++++++++++++++++++++++++----
core/consensus/src/lib.rs | 13 +
core/consensus/src/metadata_helpers.rs | 12 +-
core/consensus/src/plane_helpers.rs | 52 +-
core/consensus/src/vsr_timeout.rs | 11 +
core/metadata/Cargo.toml | 1 +
core/metadata/src/impls/metadata.rs | 293 ++++++----
core/metadata/src/impls/recovery.rs | 127 +++--
core/metadata/src/stm/authz.rs | 3 +-
core/metadata/src/stm/mod.rs | 25 +-
core/metadata/src/stm/snapshot.rs | 276 ++++++++--
core/metadata/src/stm/user.rs | 20 +-
core/partitions/src/iggy_partition.rs | 42 +-
core/partitions/src/iggy_partitions.rs | 21 +
core/partitions/src/state_transfer.rs | 2 +-
core/server/src/bootstrap.rs | 33 +-
core/server/src/dispatch.rs | 20 +-
core/server/src/partition_reconciler.rs | 18 +-
core/server/src/responses.rs | 93 +++-
core/server_common/src/consensus_message.rs | 156 ++++++
core/shard/src/lib.rs | 117 ++--
core/shard/src/router.rs | 131 +----
core/simulator/src/lib.rs | 112 ++++
27 files changed, 1851 insertions(+), 609 deletions(-)
create mode 100644 core/consensus/src/fatal.rs