This is an automated email from the ASF dual-hosted git repository.
krishvishal pushed a change to branch vsrconsensus-persist
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 91f73c87a fix: address review comments
add 74fb5e2a9 fix(server-ng): bind cluster TCP to [tcp].address, not the
roster ip (#3783)
add 53a7ff99e feat(server-ng): harden listener, auth, shutdown, and
disk-poll paths (#3774)
add b6c8d7220 Merge branch 'master' into vsrconsensus-persist
No new revisions were added by this update.
Summary of changes:
core/configs/src/server_ng_config/cluster.rs | 65 +++-
core/configs/src/server_ng_config/sharding.rs | 74 ++++
core/message_bus/src/client_listener/mod.rs | 5 +-
core/message_bus/src/client_listener/quic.rs | 24 +-
core/message_bus/src/framing.rs | 8 +-
core/message_bus/src/installer/replica.rs | 2 +-
core/message_bus/src/replica/auth.rs | 106 +++++-
core/message_bus/src/replica/handshake.rs | 21 +-
core/message_bus/src/socket_opts.rs | 59 +--
core/message_bus/tests/common/mod.rs | 7 +-
core/message_bus/tests/replica_auth_handshake.rs | 28 ++
core/partitions/src/iggy_partition.rs | 88 ++++-
core/partitions/src/poll_plan.rs | 57 ++-
core/server-ng/config.toml | 26 +-
core/server-ng/src/auth.rs | 100 +++--
core/server-ng/src/bootstrap.rs | 456 +++++++++++++++++------
core/server-ng/src/dispatch.rs | 16 +-
core/server-ng/src/server_error.rs | 16 +-
18 files changed, 911 insertions(+), 247 deletions(-)