This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch io_uring_tpc_broadcast
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 1983a9f78 add response for ShardEvent
discard c32180aaa fix lints from ws
discard 08626a636 change num of clients
discard 2508c56c7 fix cg rebalance (#2268)
discard 6db4ac5c6 fixes
new 951937c2a feat(io_uring): implement broadcast mechanism error handling
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 (1983a9f78)
\
N -- N -- N refs/heads/io_uring_tpc_broadcast (951937c2a)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/integration/tests/server/scenarios/concurrent_scenario.rs | 2 ++
core/sdk/src/websocket/websocket_client.rs | 4 ++--
core/server/src/shard/mod.rs | 6 ++++--
3 files changed, 8 insertions(+), 4 deletions(-)