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 227f6f43d fix
add 446be961e fix
No new revisions were added by this update.
Summary of changes:
core/common/src/error/iggy_error.rs | 2 +-
core/common/src/traits/message_client.rs | 3 +-
core/partitions/src/consumer_offset_capacity.rs | 187 +++++----
core/partitions/src/iggy_partition.rs | 490 +++++++++++++++++-------
core/partitions/src/iggy_partitions.rs | 35 +-
core/partitions/src/offset_storage.rs | 137 +++++--
core/partitions/src/poll_plan.rs | 3 +-
core/partitions/src/state_transfer.rs | 329 +++++++++-------
core/sdk/src/clients/consumer.rs | 7 +-
core/server/config.toml | 4 +-
core/server/src/dispatch/partition.rs | 44 ++-
core/server/src/offset_recovery.rs | 119 ++++--
core/server/src/partition_helpers.rs | 37 +-
core/server/src/partition_reconciler.rs | 49 ++-
foreign/go/errors/errors.yaml | 2 +-
foreign/go/errors/errors_gen.go | 6 +-
foreign/go/errors/errors_test.go | 2 +-
foreign/node/src/wire/error.code.test.ts | 2 +-
foreign/node/src/wire/error.code.ts | 2 +-
19 files changed, 962 insertions(+), 498 deletions(-)