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 a8240cafd fix(server): truncate torn segment tails instead of
resurrecting them
add 2a01e2df3 fix(server): bound the damage probe and preserve bytes on
refusal
add 1cc830ab9 fix(partitions): advance index write cursor only after fsync
add 18c107bcf chore(repo): move segment size mismatch code from 4044 to
4102
No new revisions were added by this update.
Summary of changes:
core/common/src/error/iggy_error.rs | 25 +-
core/partitions/src/iggy_index_writer.rs | 9 +-
core/partitions/src/messages_writer.rs | 14 -
core/server/config.toml | 20 +-
core/server/src/bootstrap.rs | 56 ++-
core/server/src/segment_recovery.rs | 834 +++++++++++++++++++++++++++----
core/server/src/server_error.rs | 66 ++-
foreign/go/errors/errors.yaml | 16 +-
foreign/go/errors/errors_gen.go | 40 +-
foreign/node/src/wire/error.code.ts | 2 +-
10 files changed, 892 insertions(+), 190 deletions(-)