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 836150e0 improvements
 discard 59261cc8 feat(io_uring): implement directio and aligned PooledBuffer
     add 25699a98 feat(io_uring): impl add/remove partitions functionality 
(#1978)
     add 844dd737 feat(io_uring): fix delete stream/topic events (#1979)
     add 63d42f3f feat(io_uring): fix update stream/topic events (#1981)
     new 1e8fc318 feat(io_uring): implement directio and aligned PooledBuffer
     new 0da5faa8 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   (836150e0)
            \
             N -- N -- N   refs/heads/io_uring_tpc_direct_io (0da5faa8)

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        |  42 ++++-
 .../partitions/delete_partitions_handler.rs        |  43 ++++-
 .../handlers/streams/delete_stream_handler.rs      |  44 ++++-
 .../handlers/streams/update_stream_handler.rs      |   6 +
 .../binary/handlers/topics/delete_topic_handler.rs |  41 ++++-
 .../binary/handlers/topics/update_topic_handler.rs |  11 ++
 core/server/src/shard/mod.rs                       | 195 ++++++++++++++++++++-
 core/server/src/shard/namespace.rs                 |   2 +-
 core/server/src/shard/system/partitions.rs         |  57 +-----
 core/server/src/shard/system/streams.rs            |  80 ++++++---
 core/server/src/shard/system/topics.rs             | 109 +++++++++---
 core/server/src/shard/transmission/event.rs        | 126 +++++++++----
 core/server/src/streaming/streams/persistence.rs   |   6 -
 core/server/src/streaming/topics/partitions.rs     |  19 ++
 core/server/src/streaming/topics/persistence.rs    |  10 --
 15 files changed, 630 insertions(+), 161 deletions(-)

Reply via email to