This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch io_uring_tpc_direct_io
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard 0b5c43a1 improvements
 discard 34732979 feat(io_uring): implement directio and aligned PooledBuffer
    omit 06b906cf feat(io_uring): add configurable CPU sharding with validation
     add f03994cc feat(io_uring): fix race during opening partitions (#1987)
     add 165f5a7d feat(io_uring): add configurable CPU sharding with validation 
(#1982)
     new 9583f4b5 feat(io_uring): implement directio and aligned PooledBuffer
     new 0a15a0bf improvements

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   (0b5c43a1)
            \
             N -- N -- N   refs/heads/io_uring_tpc_direct_io (0a15a0bf)

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 2 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:
 .../partitions/create_partitions_handler.rs        |  4 +--
 .../partitions/delete_partitions_handler.rs        |  4 +--
 .../handlers/streams/create_stream_handler.rs      |  2 +-
 .../handlers/streams/delete_stream_handler.rs      |  4 +--
 .../handlers/streams/update_stream_handler.rs      |  2 +-
 .../binary/handlers/topics/create_topic_handler.rs |  4 +--
 .../binary/handlers/topics/delete_topic_handler.rs |  2 +-
 .../binary/handlers/topics/update_topic_handler.rs |  2 +-
 .../binary/handlers/users/login_user_handler.rs    |  2 +-
 core/server/src/shard/mod.rs                       | 29 +++++++++++++++++-----
 core/server/src/tcp/tcp_listener.rs                |  2 +-
 core/server/src/tcp/tcp_tls_listener.rs            |  2 +-
 12 files changed, 38 insertions(+), 21 deletions(-)

Reply via email to