This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch dependabot/npm_and_yarn/web/web-0a931302e9
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 0e606ab19 chore(deps): Bump the web group across 1 directory with 2
updates
add cbeb410f4 fix(consensus): close metadata and consensus plane TODOs
(#3870)
add 889088822 chore(deps): Bump tsx from 4.23.5 to 4.23.9 in
/examples/node in the node group across 1 directory (#3879)
add 2d2381540 Merge branch 'master' into
dependabot/npm_and_yarn/web/web-0a931302e9
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 ++++
examples/node/package-lock.json | 12 +-
examples/node/package.json | 2 +-
29 files changed, 1858 insertions(+), 616 deletions(-)
create mode 100644 core/consensus/src/fatal.rs