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

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


    omit 6d93be105 Merge branch 'master' into plane_demuxer
     add ae484ec7d feat(consensus): enable independent commit progress across 
namespaces (#2765)
     add cfbbef8b5 merge master

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   (6d93be105)
            \
             N -- N -- N   refs/heads/plane_demuxer (cfbbef8b5)

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:
 core/common/src/types/consensus/header.rs | 151 +++++++--
 core/consensus/src/impls.rs               | 147 ++++----
 core/consensus/src/lib.rs                 |  10 +-
 core/consensus/src/namespaced_pipeline.rs | 540 ++++++++++++++++++++++++++++++
 core/consensus/src/plane_helpers.rs       | 159 ++++++++-
 core/consensus/src/vsr_timeout.rs         |   1 +
 core/metadata/src/impls/metadata.rs       |  73 ++--
 core/partitions/src/iggy_partitions.rs    | 206 +++++++-----
 core/simulator/src/deps.rs                |  18 +-
 core/simulator/src/lib.rs                 |  38 ++-
 core/simulator/src/replica.rs             |  81 ++---
 11 files changed, 1166 insertions(+), 258 deletions(-)
 create mode 100644 core/consensus/src/namespaced_pipeline.rs

Reply via email to