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

hubcio pushed a change to branch server-ng-pr4-spine-mechanisms
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from c80100941 fix(server): deny malformed consumer-group requests instead 
of dropping
     add e6b16bd98 fix(server): close fail-open replies and the shard-0 writer 
race

No new revisions were added by this update.

Summary of changes:
 core/integration/tests/server/legacy_login_vsr.rs |  11 +-
 core/integration/tests/server/raw_tcp.rs          |  17 +-
 core/metadata/src/impls/metadata.rs               |  18 +-
 core/server/src/boot/mod.rs                       |  85 +++++----
 core/server/src/boot/threads.rs                   | 203 +++++++++++++++-------
 core/server/src/dispatch/authz.rs                 |  10 +-
 core/server/src/dispatch/failure.rs               |  59 +++++--
 core/server/src/dispatch/mod.rs                   | 163 ++++++++++-------
 core/server/src/dispatch/partition.rs             | 167 ++++++++++++------
 core/server/src/dispatch/reads.rs                 |  30 ++--
 core/server/src/dispatch/session_ops.rs           |  27 +--
 core/server/src/responses.rs                      |  11 +-
 core/server/src/rewrite.rs                        |  44 ++++-
 core/server/src/server_error.rs                   |  13 ++
 core/server/src/session_manager.rs                |  95 +++++-----
 core/simulator/src/replica.rs                     |   2 +-
 16 files changed, 638 insertions(+), 317 deletions(-)

Reply via email to