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

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


 discard 63b511ee5 Merge branch 'master' into partitions-cluster
 discard acaf67fa2 feat(partitions): add partitions abstraction for clustering
     add 5a9f402ca chore(repo): add cargo-sort to pre-commit hooks (#2503)
     add 96a44e1bf fix(server): propagate panics from connection handlers to 
trigger shutdown (#2515)
     add c1ea81f39 fix(server): fix consumer group leave race and 
append_messages (#2521)
     add ae51c4dfa feat(partitions): add partitions abstraction for clustering

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   (63b511ee5)
            \
             N -- N -- N   refs/heads/partitions-cluster (ae51c4dfa)

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:
 .pre-commit-config.yaml                            |   7 +
 core/partitions/src/iggy_partitions.rs             | 151 ++++++++++-----------
 core/partitions/src/lib.rs                         | 121 ++++++++---------
 core/server/src/shard/system/clients.rs            |   3 +-
 core/server/src/shard/task_registry/registry.rs    | 122 ++++++++++++++---
 core/server/src/slab/streams.rs                    |   2 +
 .../streaming/segments/messages/messages_writer.rs |   2 +
 core/server/src/streaming/topics/helpers.rs        |  42 +++---
 8 files changed, 271 insertions(+), 179 deletions(-)

Reply via email to