This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a change to branch feat/msg-bus-bufreadwrite
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 83539f52f docs(message_bus): correct the overstated read-ahead copy 
bound
     add 7bd69670f refactor(partitions): make purge recovery testable with 
SimStorage (#4240)
     add 436dc81c1 Merge branch 'master' into feat/msg-bus-bufreadwrite

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                            |   1 +
 core/journal/Cargo.toml               |   1 +
 core/journal/src/durable_storage.rs   | 192 +++++++++++++-
 core/partitions/src/iggy_partition.rs | 137 ++++++++--
 core/partitions/src/offset_storage.rs | 247 ++++++++++++------
 core/server/src/lib.rs                |   5 +-
 core/server/src/offset_recovery.rs    | 179 ++++++-------
 core/server/src/partition_helpers.rs  | 105 ++++++--
 core/simulator/src/storage.rs         |  10 +-
 core/simulator/src/storage/purge.rs   | 469 ++++++++++++++++++++++++++++++++++
 core/simulator/src/storage/tests.rs   |   2 +-
 11 files changed, 1119 insertions(+), 229 deletions(-)
 create mode 100644 core/simulator/src/storage/purge.rs

Reply via email to