This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch parallel-log-index-fsync
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 724cb8d55 fix(server): shut down when a partition cannot commit
add 19ed2e976 hardening
No new revisions were added by this update.
Summary of changes:
.../tests/cluster/crash_recovery_corruption.rs | 13 +-
core/partitions/src/iggy_partition.rs | 72 +-
core/server/config.toml | 41 +-
core/server/src/bootstrap.rs | 20 +-
core/server/src/dispatch.rs | 9 +-
core/server/src/segment_recovery.rs | 726 +++++++++++++++++----
core/server/src/server_error.rs | 57 +-
core/shard/src/lib.rs | 7 +-
core/shard/src/router.rs | 66 +-
core/simulator/src/lib.rs | 14 +-
10 files changed, 843 insertions(+), 182 deletions(-)