You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/09/28 10:46:45 UTC

[ignite-3] branch ignite-17720 updated (d440617826 -> 665c678955)

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

sdanilov pushed a change to branch ignite-17720
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard d440617826 IGNITE-17720 Extend MvPartitionStorage scan API with write intent resolution capabilities
 discard fda8ce4e1a IGNITE-17720 Extend MvPartitionStorage scan API with write intent resolution capabilities
     add 665c678955 IGNITE-17720 Extend MvPartitionStorage scan API with write intent resolution capabilities

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   (d440617826)
            \
             N -- N -- N   refs/heads/ignite-17720 (665c678955)

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:
 .../storage/AbstractMvPartitionStorageTest.java    | 32 +++++++++++-----------
 .../mv/AbstractPageMemoryMvPartitionStorage.java   |  1 +
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 20 ++++++++------
 3 files changed, 29 insertions(+), 24 deletions(-)