You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sa...@apache.org on 2022/10/11 10:32:34 UTC

[ignite-3] branch main updated (b1f99db31d -> 081b7c2fd2)

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

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


    from b1f99db31d IGNITE-17726 Packaging: Docker image (#1131)
     add 081b7c2fd2 IGNITE-17856 RW reads and scans should use timestamp based MVPartitionStorage read and scan operations (#1181)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/hlc/HybridTimestamp.java     |   3 +
 .../internal/storage/MvPartitionStorage.java       |  23 -----
 .../storage/AbstractMvPartitionStorageTest.java    | 115 ++++++---------------
 .../storage/AbstractMvTableStorageTest.java        |  13 +--
 .../internal/storage/BaseMvStoragesTest.java       |  20 ++++
 .../storage/impl/TestMvPartitionStorage.java       |  25 -----
 .../mv/AbstractPageMemoryMvPartitionStorage.java   |  26 ++++-
 .../AbstractPageMemoryMvPartitionStorageTest.java  |  13 +--
 ...PersistentPageMemoryMvPartitionStorageTest.java |   3 +-
 .../storage/rocksdb/RocksDbMvPartitionStorage.java |  30 ++++--
 .../storage/rocksdb/RocksDbMvTableStorageTest.java |  10 +-
 .../distributed/ItInternalTableScanTest.java       |  22 ++--
 .../ignite/distributed/ItTablePersistenceTest.java |   7 +-
 .../replicator/PartitionReplicaListener.java       |  79 +++++++++++---
 .../raft/PartitionCommandListenerTest.java         |   6 +-
 15 files changed, 206 insertions(+), 189 deletions(-)