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

hgruszecki pushed a change to branch refactor-binary-5-vsr-integration
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 0766a2cf7 Merge branch 'master' into refactor-binary-5-vsr-integration
     add a81bcc601 feat(server): aligned buffer memory pool (#2921)
     add 484f98a59 feat(server): add io_uring EINVAL diagnostics for shard 
executors (#3021)
     add 2098f4918 test(csharp): wait for HTTP readiness in fixture (#3024)
     add a8ea3f01c Merge branch 'master' into refactor-binary-5-vsr-integration

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   1 +
 Cargo.toml                                         |   3 +-
 core/common/Cargo.toml                             |   1 +
 core/common/src/alloc/buffer.rs                    | 145 ++++++++-----
 core/common/src/alloc/memory_pool.rs               |  62 ++++--
 .../common/src/types/message/messages_batch_mut.rs |  23 ++-
 .../src/types/segment_storage/index_reader.rs      |  31 +--
 .../src/types/segment_storage/messages_reader.rs   |  32 ++-
 core/integration/tests/server/message_cleanup.rs   |   2 +-
 .../server/scenarios/message_cleanup_scenario.rs   |  29 ++-
 core/partitions/src/iggy_partition.rs              |   2 +-
 core/partitions/src/lib.rs                         |  10 +-
 .../handlers/messages/send_messages_handler.rs     |   1 +
 core/server/src/bootstrap.rs                       |   6 +-
 core/server/src/diagnostics.rs                     | 226 +++++++++++++++++++++
 core/server/src/http/messages.rs                   |  20 +-
 core/server/src/main.rs                            |  28 ++-
 .../Fixtures/IggyServerFixture.cs                  |   6 +-
 18 files changed, 483 insertions(+), 145 deletions(-)

Reply via email to