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/08/08 11:39:41 UTC

[ignite-3] branch main updated (7e7ab4689 -> 45195ad48)

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 7e7ab4689 IGNITE-17308 Rework SortedIndexMvStorage interface (#979)
     add 45195ad48 IGNITE-17225 Page replacement for persistent data region is not fully ported (#981)

No new revisions were added by this update.

Summary of changes:
 .../internal/testframework/IgniteTestUtils.java    |  18 ++-
 .../persistence/PersistentPageMemory.java          |  21 ++--
 .../persistence/checkpoint/CheckpointManager.java  |   2 +-
 .../replacement/DelayedDirtyPageWrite.java         |  27 ++---
 .../AbstractPageMemoryNoLoadSelfTest.java          |   6 +-
 .../PersistentPageMemoryNoLoadTest.java            | 131 ++++++++++++++++++++-
 6 files changed, 171 insertions(+), 34 deletions(-)