This is an automated email from the ASF dual-hosted git repository. ibessonov pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 26516f65841 IGNITE-26122 Add metric for clock drift (#6440) add 0caa71927b6 IGNITE-17232 Optimize DeltaFilePageStore by write new pages directly to FilePageStore (#6343) No new revisions were added by this update. Summary of changes: .../pagememory/persistence/PartitionMeta.java | 3 + .../checkpoint/CheckpointDirtyPages.java | 21 ++ .../persistence/checkpoint/CheckpointManager.java | 30 +- .../persistence/checkpoint/Checkpointer.java | 40 ++- .../persistence/store/FilePageStore.java | 22 +- .../checkpoint/CheckpointManagerTest.java | 59 +++- .../persistence/checkpoint/CheckpointerTest.java | 20 +- .../replacement/AbstractPageReplacementTest.java | 35 ++- .../throttling/PageMemoryThrottlingTest.java | 11 +- .../pagememory/persistence/FakePartitionMeta.java | 5 + .../pagememory/PersistentPageMemoryDataRegion.java | 11 +- .../PersistentPageMemoryStorageEngine.java | 3 +- .../PersistentPageMemoryTableStorage.java | 2 +- .../storage/pagememory/StoragePartitionMeta.java | 1 + .../pagememory/mv/FailedCheckpointTest.java | 329 +++++++++++++++++++++ 15 files changed, 543 insertions(+), 49 deletions(-) create mode 100644 modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/mv/FailedCheckpointTest.java