This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch fix/metrics-total-suffix
in repository https://gitbox.apache.org/repos/asf/iggy.git
from c38cef5fa fix(connectors): stop rendering counter metrics with a
doubled _total
add ab257a039 refactor(consensus): single restore constructor +
wedge/replay/ack fixes (#3909)
add 6a1aa4d4f Merge branch 'master' into fix/metrics-total-suffix
No new revisions were added by this update.
Summary of changes:
core/configs/src/server_config/cluster.rs | 43 ++++
core/configs/src/server_config/defaults.rs | 5 +
core/consensus/src/fatal.rs | 4 +
core/consensus/src/impls.rs | 110 ++++++++++
core/consensus/src/plane_helpers.rs | 17 +-
.../tests/server/partition_view_durability_vsr.rs | 22 +-
core/metadata/src/impls/metadata.rs | 12 +-
core/metadata/src/impls/recovery.rs | 38 +++-
core/partitions/src/iggy_partition.rs | 4 +-
core/server/config.toml | 9 +
core/server/src/bootstrap.rs | 243 ++++++++++++---------
core/server/src/partition_helpers.rs | 82 +++----
core/shard/src/lib.rs | 64 +++++-
13 files changed, 470 insertions(+), 183 deletions(-)