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 2a536ead96 IGNITE-17627 Extend MvPartitionStorage read API with write
intent resolution capabilities
add a99b902c3a IGNITE-17627 First iteration of fixes
No new revisions were added by this update.
Summary of changes:
.../internal/storage/MvPartitionStorage.java | 14 ++--
.../apache/ignite/internal/storage/ReadResult.java | 13 +++-
.../storage/AbstractMvPartitionStorageTest.java | 91 ++++++++--------------
.../storage/AbstractMvTableStorageTest.java | 4 +-
.../TestConcurrentHashMapMvPartitionStorage.java | 49 ++++++------
.../mv/AbstractPageMemoryMvPartitionStorage.java | 33 +++-----
.../storage/rocksdb/RocksDbMvPartitionStorage.java | 30 ++++---
.../storage/rocksdb/RocksDbMvTableStorageTest.java | 4 +-
.../distributed/storage/VersionedRowStore.java | 7 +-
9 files changed, 104 insertions(+), 141 deletions(-)