This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch io_uring_tpc_refactor_shard
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 83662544b feat(io_uring): refactor IggyShard, rename structs, change
tracing format
add 4a3cbcbf3 feat (io_uring): WebSocket tests (#2289)
add 98cf5c59b feat(io_uring): fix tcp tls tests (#2291)
add 29ff93036 feat(io_uring): fix remaining tests (#2293)
add 3ab829c93 feat(io_uring): refactor IggyShard, rename structs, change
tracing format
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 (83662544b)
\
N -- N -- N refs/heads/io_uring_tpc_refactor_shard (3ab829c93)
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:
.../consumer_offsets/get_consumer_offset.rs | 35 +++-
.../consumer_offsets/store_consumer_offset.rs | 39 ++--
core/common/src/commands/messages/poll_messages.rs | 44 ++--
core/common/src/types/args/mod.rs | 6 +-
.../websocket_client_config_builder.rs | 24 +++
core/integration/tests/sdk/producer/mod.rs | 2 +-
core/integration/tests/server/cg.rs | 4 +-
.../server/scenarios/delete_segments_scenario.rs | 14 +-
.../server/scenarios/message_size_scenario.rs | 14 +-
core/integration/tests/server/scenarios/mod.rs | 1 +
...p_tls_scenario.rs => websocket_tls_scenario.rs} | 11 +-
core/integration/tests/server/specific.rs | 49 ++++-
core/sdk/src/clients/client_builder.rs | 67 +++++-
core/sdk/src/tcp/tcp_tls_connection_stream.rs | 2 +-
core/sdk/src/websocket/websocket_client.rs | 31 ++-
.../handlers/segments/delete_segments_handler.rs | 86 +++++---
core/server/src/shard/handlers.rs | 17 +-
core/server/src/shard/mod.rs | 1 -
core/server/src/shard/system/segments.rs | 34 ++-
core/server/src/shard/system/streams.rs | 229 ---------------------
core/server/src/shard/transmission/event.rs | 6 -
core/server/src/shard/transmission/frame.rs | 1 +
core/server/src/shard/transmission/message.rs | 3 +
core/server/src/tcp/tcp_tls_sender.rs | 36 +++-
24 files changed, 385 insertions(+), 371 deletions(-)
copy core/integration/tests/server/scenarios/{tcp_tls_scenario.rs =>
websocket_tls_scenario.rs} (90%)