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/10/26 16:31:03 UTC

[ignite-3] branch main updated (002094da03 -> c65c3062a7)

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

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


    from 002094da03 IGNITE-17750 .NET: Add Partition Awareness (#1247)
     add c65c3062a7 IGNITE-17968 Fix write-intents being filtered out in case if it's a tombstone (#1252)

No new revisions were added by this update.

Summary of changes:
 .../internal/storage/MvPartitionStorage.java       |  3 +-
 .../apache/ignite/internal/storage/ReadResult.java |  3 +-
 .../storage/AbstractMvPartitionStorageTest.java    | 32 +++++++-------
 .../storage/impl/TestMvPartitionStorage.java       |  2 +-
 .../mv/AbstractPageMemoryMvPartitionStorage.java   | 13 ++++--
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 49 +++++++++++++++++-----
 6 files changed, 72 insertions(+), 30 deletions(-)