This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch bus
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 44a232c65 fix(metadata,partitions): append to local journal before
chain-replicate
omit 957375acc fix(shard): route consensus control-plane messages by
namespace
omit c9a8717eb fix(message_bus): harden transport lifecycle and send-error
taxonomy
omit 37944cd49 fix(configs): harden cluster validator and bootstrap surface
omit 93c29a63f docs(partitions): mark PartitionJournalMemStorage as
non-production
omit 1e80a69b2 fix(configs): reject legacy cluster.node.current/others at
load
omit 9515b9c11 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
omit b5332a936 fix(shard): owning DupedFd newtype closes dup on frame drop
omit fa3ce7e88 fix(message_bus): guard replica_read_loop with
install_aborted
omit eb6965823 fix(ci): restore cluster mode for node e2e test
omit e56ad735f refactor(configs): flatten cluster config to
identical-on-every-node roster
omit d58f61635 feat(message_bus): async fire-and-forget transport for VSR
consensus
add 515941209 fix(connectors): increase poll budget in fetch_rows_as to
fix flaky restart test (#3106)
add 976d44de5 feat(message_bus): async fire-and-forget transport for VSR
consensus
add 60bc0bd42 refactor(configs): flatten cluster config to
identical-on-every-node roster
add bbac5fb32 fix(ci): restore cluster mode for node e2e test
add b1fa24f52 fix(message_bus): guard replica_read_loop with
install_aborted
add 78f237d04 fix(shard): owning DupedFd newtype closes dup on frame drop
add 21ae39961 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
add cafe1b67b fix(configs): reject legacy cluster.node.current/others at
load
add e319f45a6 docs(partitions): mark PartitionJournalMemStorage as
non-production
add e11b3bb4c fix(configs): harden cluster validator and bootstrap surface
add 22454630e fix(message_bus): harden transport lifecycle and send-error
taxonomy
add b076ee36e fix(shard): route consensus control-plane messages by
namespace
add a5d5cd492 fix(metadata,partitions): append to local journal before
chain-replicate
add ea4fa5356 fix(configs): detect cross-transport port collisions per node
add b7cbc1a61 test(message_bus): assert no force-aborts instead of task
count
add 6954f8b79 test(message_bus): assert HOL via backpressure-ratio, not
wall clock
add aeb96e2b2 feat(shard): wire ShardZeroCoordinator + refresh task in
builder
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 (44a232c65)
\
N -- N -- N refs/heads/bus (aeb96e2b2)
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_config/validators.rs | 47 ++++-
.../tests/connectors/fixtures/postgres/sink.rs | 2 +-
core/message_bus/tests/graceful_shutdown.rs | 14 +-
core/message_bus/tests/head_of_line.rs | 110 +++++++-----
core/shard/src/builder.rs | 191 +++++++++++++++++++++
core/shard/src/lib.rs | 18 ++
6 files changed, 332 insertions(+), 50 deletions(-)
create mode 100644 core/shard/src/builder.rs