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

numinnex pushed a commit to branch fix_diagnostics_for_ulimit
in repository https://gitbox.apache.org/repos/asf/iggy.git

commit 4cd8a451bd5432e9c56c3d3adb09014a2acb2409
Merge: 5f4197ac8 f0eb0950d
Author: Grzegorz Koszyk <[email protected]>
AuthorDate: Wed Jul 29 14:27:41 2026 +0200

    Merge branch 'master' into fix_diagnostics_for_ulimit

 core/consensus/src/plane_helpers.rs                |  42 +++
 .../integration/tests/connectors/http/http_sink.rs |  72 +++--
 core/integration/tests/server/http_vsr.rs          |  11 +
 core/integration/tests/server/message_retrieval.rs |  51 ++--
 .../server/scenarios/message_cleanup_scenario.rs   |   8 +-
 .../server/scenarios/purge_delete_scenario.rs      |  78 +++--
 core/metadata/src/stm/stream.rs                    | 207 ++++++++++---
 core/server-ng/src/dispatch.rs                     | 329 ++++++++++++++++++++-
 core/server-ng/src/dispatch/authz.rs               |  10 +-
 core/server-ng/src/http.rs                         |  30 +-
 core/server-ng/src/partition_reconciler.rs         | 192 +++++++++++-
 core/shard/src/lib.rs                              | 228 +++++++++++---
 core/shard/src/router.rs                           |   5 +
 core/simulator/src/lib.rs                          |  38 +--
 14 files changed, 1094 insertions(+), 207 deletions(-)

Reply via email to