This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch send_messages_confirmation
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard baa24d798 docs(sdk): state plainly that the legacy server sends no
confirmation
discard 33ef5428d ci(repo): lint foreign Rust crates and fix the
license-header scan
discard 81467580a test(integration): assert the legacy server reports no
confirmations
discard fd321059d fix(sdk): drop the fabricated send confirmation from foreign
clients
discard 3261a3f06 fix(server-ng): stop confirming sends that never committed
discard 1bd98b6b2 feat(server-ng): confirm committed sends with partition and
offset
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 3015a640b feat(server-ng): confirm committed sends with partition and
offset
add fb1d787ef fix(server-ng): stop confirming sends that never committed
add 95af356a3 fix(sdk): drop the fabricated send confirmation from foreign
clients
add 07e7bd116 test(integration): assert the legacy server reports no
confirmations
add df774a548 ci(repo): lint foreign Rust crates and fix the
license-header scan
add 5bf763c8b docs(sdk): state plainly that the legacy server sends no
confirmation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (baa24d798)
\
N -- N -- N refs/heads/send_messages_confirmation (5bf763c8b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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(-)