This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch offset_hardening
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 265ce92a5 Merge branch 'master' into offset_hardening
add 3462fed5c fix(shard): widen partition repair when a view-adopted
suffix is missing bodies (#4074)
new 6024de1a2 Merge remote-tracking branch 'origin/master' into
offset_hardening
new 5bc3ced7e hardening
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/common/src/traits/message_client.rs | 5 +
core/configs/src/server_config/partition.rs | 4 +-
.../tests/server/consumer_offset_quota_vsr.rs | 48 +-
core/partitions/src/consumer_offset_capacity.rs | 56 ++-
core/partitions/src/iggy_partition.rs | 528 +++++++++++++++++----
core/partitions/src/offset_storage.rs | 17 +-
core/partitions/src/poll_plan.rs | 32 +-
core/partitions/src/state_transfer.rs | 37 +-
core/sdk/src/clients/consumer.rs | 15 +-
core/sdk/src/leader_aware.rs | 9 +-
core/sdk/src/tcp/tcp_client.rs | 16 +-
core/server/config.toml | 15 +-
core/server/src/boot/recovery.rs | 4 +-
core/server/src/dispatch/partition.rs | 109 +++--
core/server/src/offset_recovery.rs | 118 ++++-
core/server/src/partition_reconciler.rs | 14 +
core/shard/src/lib.rs | 35 +-
core/shard/src/metrics.rs | 49 +-
core/simulator/src/lib.rs | 2 +-
19 files changed, 870 insertions(+), 243 deletions(-)