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

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


    omit ff838138f Merge branch 'master' into review_4092
    omit 73a0bed8b fix(consensus): count an unservable header as a nack (#4109)
    omit e37396b1c chore(deps): Bump joi from 17.13.4 to 17.13.7 in /web (#4106)
    omit f87ef77c3 chore(deps): Bump js-yaml from 4.3.1 to 4.3.2 in 
/foreign/node (#4107)
     add 0b30982f7 addres review

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   (ff838138f)
            \
             N -- N -- N   refs/heads/review_4092 (0b30982f7)

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/consensus/src/dvc_merge.rs                    |  86 ++++--------
 core/consensus/src/impls.rs                        |  82 ++++-------
 core/consensus/src/plane_helpers.rs                | 150 +--------------------
 core/integration/tests/cluster/crash_durability.rs |  22 +--
 core/metadata/src/impls/metadata.rs                |  19 +--
 core/partitions/src/iggy_partition.rs              |  49 +++----
 core/shard/src/lib.rs                              |  31 ++---
 core/simulator/src/lib.rs                          |  78 -----------
 core/simulator/src/storage.rs                      |   8 +-
 core/simulator/src/storage/tests.rs                | 123 ++++++++++++++---
 foreign/node/package-lock.json                     |   6 +-
 web/package-lock.json                              |   6 +-
 12 files changed, 219 insertions(+), 441 deletions(-)

Reply via email to