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/20 10:58:23 UTC

[ignite-3] branch ignite-17627 updated (4593dcaf1a -> d03e73780e)

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

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


    from 4593dcaf1a IGNITE-17627 First iteration of fixes
     add d03e73780e IGNITE-17627 Second iteration of fixes

No new revisions were added by this update.

Summary of changes:
 .../internal/storage/MvPartitionStorage.java       |  4 +-
 .../apache/ignite/internal/storage/ReadResult.java |  6 +--
 .../org/apache/ignite/internal/storage/RowId.java  |  2 +
 .../storage/AbstractMvPartitionStorageTest.java    | 45 ++++++++++++++++++++--
 .../storage/AbstractMvTableStorageTest.java        |  4 +-
 .../TestConcurrentHashMapMvPartitionStorage.java   | 45 ++++++++++++----------
 .../mv/AbstractPageMemoryMvPartitionStorage.java   | 18 ++++++---
 .../pagememory/mv/ScanVersionChainByTimestamp.java |  6 ++-
 .../storage/pagememory/mv/io/VersionChainIo.java   | 13 ++++---
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 22 +++++++----
 10 files changed, 112 insertions(+), 53 deletions(-)