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

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


    from dc88bc49b feat(server-ng): harden listener, auth, shutdown, and 
disk-poll paths
     add 3711d060d fix(ci): example-runner silently skips Python/Go examples 
when exclude starts with a dash (#3770)
     add f0eb0950d fix(server-ng): make partition reconvergence safe for 
in-flight sends (#3761)
     add f67f03873 fix(server-ng): fold io_uring remediation into 
runtime-creation errors (#3775)
     add 7c9836924 Merge branch 'master' into cleanup_fixes

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                         |   5 +-
 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/bootstrap.rs                    |  11 +-
 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/main.rs                         |  13 +-
 core/server-ng/src/partition_reconciler.rs         | 192 +++++++++++-
 core/server-ng/src/server_error.rs                 |   6 +-
 core/server/src/main.rs                            |  40 +--
 core/server_common/src/diagnostics.rs              | 108 ++++++-
 core/shard/src/lib.rs                              | 228 +++++++++++---
 core/shard/src/router.rs                           |   5 +
 core/simulator/src/lib.rs                          |  38 +--
 scripts/utils.sh                                   |   2 +-
 21 files changed, 1232 insertions(+), 254 deletions(-)

Reply via email to