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 19c191525 docs(partitions): mark PartitionJournalMemStorage as
non-production
omit 33be56b79 fix(configs): reject legacy cluster.node.current/others at
load
omit 1009aad20 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
omit 0c75b69ab fix(shard): owning DupedFd newtype closes dup on frame drop
omit e9be7ba84 fix(message_bus): guard replica_read_loop with
install_aborted
omit 11db71cda fix(ci): restore cluster mode for node e2e test
omit d92f08ddd refactor(configs): flatten cluster config to
identical-on-every-node roster
omit e6e8388be feat(message_bus): async fire-and-forget transport for VSR
consensus
add f4222f09c fix(configs): make environment variable name suggestions
deterministic (#3142)
add d58f61635 feat(message_bus): async fire-and-forget transport for VSR
consensus
add e56ad735f refactor(configs): flatten cluster config to
identical-on-every-node roster
add eb6965823 fix(ci): restore cluster mode for node e2e test
add fa3ce7e88 fix(message_bus): guard replica_read_loop with
install_aborted
add b5332a936 fix(shard): owning DupedFd newtype closes dup on frame drop
add 9515b9c11 fix(configs): raise MAX_ARRAY_ELEMENTS to 256 for validator
parity
add 1e80a69b2 fix(configs): reject legacy cluster.node.current/others at
load
add 93c29a63f docs(partitions): mark PartitionJournalMemStorage as
non-production
add 37944cd49 fix(configs): harden cluster validator and bootstrap surface
add c9a8717eb fix(message_bus): harden transport lifecycle and send-error
taxonomy
add 957375acc fix(shard): route consensus control-plane messages by
namespace
add 44a232c65 fix(metadata,partitions): append to local journal before
chain-replicate
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 (19c191525)
\
N -- N -- N refs/heads/bus (44a232c65)
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/configs_impl/file_provider.rs | 107 +++++++++++++++++++--
.../configs/src/configs_impl/typed_env_provider.rs | 13 ++-
core/configs/src/server_config/defaults.rs | 30 ++++--
core/configs/src/server_config/validators.rs | 33 +++++++
core/consensus/src/plane_helpers.rs | 5 +-
core/message_bus/src/config.rs | 7 +-
core/message_bus/src/error.rs | 31 +++++-
core/message_bus/src/installer.rs | 58 ++++++++---
core/message_bus/src/lib.rs | 59 ++++++++----
.../src/lifecycle/connection_registry.rs | 85 ++++++++++------
core/message_bus/src/lifecycle/mod.rs | 2 +-
core/message_bus/src/socket_opts.rs | 17 ++++
core/message_bus/src/writer_task.rs | 23 ++++-
core/metadata/src/impls/metadata.rs | 33 ++++---
core/partitions/src/iggy_partition.rs | 43 ++++++---
core/server-ng/config.toml | 6 +-
core/shard/src/coordinator.rs | 6 +-
core/shard/src/router.rs | 79 ++++++++-------
core/shard/src/shards_table.rs | 16 ++-
19 files changed, 502 insertions(+), 151 deletions(-)