This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch fix/torn-segment-truncate
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 18c107bcf chore(repo): move segment size mismatch code from 4044 to
4102
new 0929f697b fix(server): make boot damage scan knob-immune and
preemptible
new cfd2265e1 fix(server): make single-replica recovery tombstones hold
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/lib.rs | 11 +
core/configs/src/server_config/message_bus.rs | 26 +-
core/partitions/src/state_transfer.rs | 18 +-
core/server/config.toml | 14 +-
core/server/src/bootstrap.rs | 77 ++--
core/server/src/partition_reconciler.rs | 114 ++++++
core/server/src/segment_recovery.rs | 511 +++++++++++++++++---------
core/server/src/server_error.rs | 20 +-
core/server_common/src/lib.rs | 2 +
core/server_common/src/reactor_yield.rs | 119 ++++++
core/shard/src/lib.rs | 24 ++
11 files changed, 706 insertions(+), 230 deletions(-)
create mode 100644 core/server_common/src/reactor_yield.rs