This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch fix_diagnostics_for_ulimit
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 5f4197ac8 Merge branch 'master' into fix_diagnostics_for_ulimit
add f0eb0950d fix(server-ng): make partition reconvergence safe for
in-flight sends (#3761)
new 4cd8a451b Merge branch 'master' into fix_diagnostics_for_ulimit
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)