This is an automated email from the ASF dual-hosted git repository.
mmodzelewski pushed a change to branch triage-impr-2
in repository https://gitbox.apache.org/repos/asf/iggy.git
from f951b435e Merge branch 'master' into triage-impr-2
add a86be3a61 fix(server): warn and skip non-numeric filenames in consumer
offset directories instead of panicking (#3135)
add 0a56ab785 Merge branch 'master' into triage-impr-2
No new revisions were added by this update.
Summary of changes:
core/integration/tests/mod.rs | 1 +
core/integration/tests/storage/consumer_offsets.rs | 180 +++++++++++++++++++++
.../tests/storage}/mod.rs | 2 +-
core/server/src/streaming/partitions/storage.rs | 148 +++++++++++------
4 files changed, 283 insertions(+), 48 deletions(-)
create mode 100644 core/integration/tests/storage/consumer_offsets.rs
copy core/{server/src/streaming/diagnostics =>
integration/tests/storage}/mod.rs (97%)