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
discard 8ca322d5a fix(message_bus): close PR 3134 critical review findings
discard 7edc32cd0 feat(shard): wire bus ConnectionLost callback into shard-0
inbox
discard e42a27c8a fix(partitions): re-forward + re-ACK on journal-hit
retransmit
discard 79b100e1d fix(partitions): ACK consumer offset ops as non-durable
discard 8c4a2c97e fix(partitions): advance sequencer only after journal append
discard d69c2da08 refactor(configs): drop pre-1.0.0 legacy cluster schema
guards
discard aeb96e2b2 feat(shard): wire ShardZeroCoordinator + refresh task in
builder
discard 6954f8b79 test(message_bus): assert HOL via backpressure-ratio, not
wall clock
discard b7cbc1a61 test(message_bus): assert no force-aborts instead of task
count
discard ea4fa5356 fix(configs): detect cross-transport port collisions per node
discard a5d5cd492 fix(metadata,partitions): append to local journal before
chain-replicate
discard b076ee36e fix(shard): route consensus control-plane messages by
namespace
discard 22454630e fix(message_bus): harden transport lifecycle and send-error
taxonomy
discard e11b3bb4c fix(configs): harden cluster validator and bootstrap surface
discard e319f45a6 docs(partitions): mark PartitionJournalMemStorage as
non-production
discard cafe1b67b fix(configs): reject legacy cluster.node.current/others at
load
discard 21ae39961 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
discard 78f237d04 fix(shard): owning DupedFd newtype closes dup on frame drop
discard b1fa24f52 fix(message_bus): guard replica_read_loop with
install_aborted
discard bbac5fb32 fix(ci): restore cluster mode for node e2e test
discard 60bc0bd42 refactor(configs): flatten cluster config to
identical-on-every-node roster
discard 976d44de5 feat(message_bus): async fire-and-forget transport for VSR
consensus
add c6ddfb44a chore: bump Rust to 1.95 (#3153)
add 390df7347 feat(message_bus): async fire-and-forget transport for VSR
consensus
add 68b25c42a refactor(configs): flatten cluster config to
identical-on-every-node roster
add d2ffcd7ca fix(ci): restore cluster mode for node e2e test
add 6b4aad246 fix(message_bus): guard replica_read_loop with
install_aborted
add 452a4572d fix(shard): owning DupedFd newtype closes dup on frame drop
add e78d9af99 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
add 45b68380b fix(configs): reject legacy cluster.node.current/others at
load
add ed110a3aa docs(partitions): mark PartitionJournalMemStorage as
non-production
add c84f2d9c8 fix(configs): harden cluster validator and bootstrap surface
add 03d57fe89 fix(message_bus): harden transport lifecycle and send-error
taxonomy
add db25fce56 fix(shard): route consensus control-plane messages by
namespace
add 6c90aaa78 fix(metadata,partitions): append to local journal before
chain-replicate
add 4e0691811 fix(configs): detect cross-transport port collisions per node
add abc67f536 test(message_bus): assert no force-aborts instead of task
count
add c79dc2c5a test(message_bus): assert HOL via backpressure-ratio, not
wall clock
add 2126fad90 feat(shard): wire ShardZeroCoordinator + refresh task in
builder
add e3f137628 refactor(configs): drop pre-1.0.0 legacy cluster schema
guards
add 92f4018aa fix(partitions): advance sequencer only after journal append
add 33f82bc58 fix(partitions): ACK consumer offset ops as non-durable
add bb7017829 fix(partitions): re-forward + re-ACK on journal-hit
retransmit
add cf3f1b65d feat(shard): wire bus ConnectionLost callback into shard-0
inbox
add 4b8555b6e fix(message_bus): close PR 3134 critical review findings
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 (8ca322d5a)
\
N -- N -- N refs/heads/bus (4b8555b6e)
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:
Dockerfile | 2 +-
bdd/java/Dockerfile | 2 +-
bdd/python/Dockerfile | 2 +-
bdd/rust/Dockerfile | 2 +-
core/ai/mcp/Dockerfile | 2 +-
core/bench/dashboard/server/Dockerfile | 2 +-
core/bench/src/args/common.rs | 2 +-
core/bench/src/benchmarks/benchmark.rs | 2 +-
core/common/src/types/message/messages_batch_mut.rs | 4 +---
core/connectors/runtime/Dockerfile | 2 +-
core/consensus/src/impls.rs | 4 +---
.../consumer_group_with_single_client_polling_messages_scenario.rs | 7 +------
core/partitions/src/types.rs | 2 +-
core/server-ng/Dockerfile | 2 +-
core/server/Dockerfile | 2 +-
core/server/src/http/mapper.rs | 4 ++--
core/server/src/shard/system/segments.rs | 2 +-
core/server/src/streaming/partitions/ops_tests.rs | 2 +-
core/server/src/streaming/partitions/storage.rs | 2 +-
examples/rust/src/multi-tenant/consumer/main.rs | 4 +---
examples/rust/src/multi-tenant/producer/main.rs | 4 +---
rust-toolchain.toml | 2 +-
22 files changed, 23 insertions(+), 36 deletions(-)