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

hgruszecki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 09cadc2e chore(ci): publish java-sdk to maven (#1885)
     add 9aed3715 fix(server): fix index saving issue on server restart, fix ci 
(#1887)

No new revisions were added by this update.

Summary of changes:
 .github/changed-files-config.json                  |   6 +-
 .github/scripts/detect-changed-files.sh            |  25 +-
 core/integration/src/test_server.rs                |   9 +
 core/integration/tests/server/scenarios/mod.rs     |   1 +
 .../server/scenarios/server_restart_scenario.rs    | 280 +++++++++++++++++++++
 core/integration/tests/server/tcp_server.rs        |  50 +++-
 core/server/src/streaming/partitions/storage.rs    |  24 +-
 .../src/streaming/segments/indexes/index_reader.rs |  15 +-
 .../src/streaming/segments/reading_messages.rs     |   3 +-
 core/server/src/streaming/segments/segment.rs      |   7 +-
 core/server/src/streaming/utils/memory_pool.rs     |   1 -
 11 files changed, 381 insertions(+), 40 deletions(-)
 create mode 100644 
core/integration/tests/server/scenarios/server_restart_scenario.rs

Reply via email to