This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch fix_loading_segments
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 76d9cee2 feat(io_uring): fix loading segments on startup
add 6697ef5a remove old code
No new revisions were added by this update.
Summary of changes:
.../binary/handlers/topics/create_topic_handler.rs | 1 -
core/server/src/bootstrap.rs | 180 ++++---
core/server/src/configs/system.rs | 14 +-
core/server/src/main.rs | 51 +-
core/server/src/shard/mod.rs | 96 +++-
core/server/src/shard/system/partitions.rs | 4 +-
core/server/src/slab/partitions.rs | 6 +-
core/server/src/streaming/partitions/log.rs | 9 -
core/server/src/streaming/partitions/mod.rs | 1 -
core/server/src/streaming/partitions/partition2.rs | 2 +-
core/server/src/streaming/partitions/storage.rs | 266 -----------
core/server/src/streaming/segments/mod.rs | 5 -
.../src/streaming/segments/reading_messages.rs | 401 ----------------
core/server/src/streaming/segments/segment.rs | 529 ---------------------
core/server/src/streaming/segments/storage.rs | 3 +-
15 files changed, 284 insertions(+), 1284 deletions(-)
delete mode 100644 core/server/src/streaming/partitions/storage.rs
delete mode 100644 core/server/src/streaming/segments/reading_messages.rs
delete mode 100644 core/server/src/streaming/segments/segment.rs