This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch postres_connector
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 2fee83d72 Update Rust deps
add f5f9bb51c fix(server): prevent message unavailability during
background persistence (#2578)
add 1067cfc16 Merge branch 'master' into postres_connector
No new revisions were added by this update.
Summary of changes:
.../scenarios/read_during_persistence_scenario.rs | 77 ++++++++---------
core/server/src/shard/system/messages.rs | 12 ++-
core/server/src/slab/streams.rs | 96 ++++++++++++++++++++++
core/server/src/streaming/partitions/helpers.rs | 23 ++++++
core/server/src/streaming/partitions/in_flight.rs | 27 +++++-
5 files changed, 192 insertions(+), 43 deletions(-)