You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2022/06/24 06:26:00 UTC

[jira] [Created] (IGNITE-17225) Page replacement for persistent data region is not fully supported

Kirill Tkalenko created IGNITE-17225:
----------------------------------------

             Summary: Page replacement for persistent data region is not fully supported
                 Key: IGNITE-17225
                 URL: https://issues.apache.org/jira/browse/IGNITE-17225
             Project: Ignite
          Issue Type: Bug
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-alpha6


Replacing pages for the persistent data region was not fully ported from 2.0, at the moment we only add pages to the temporary buffer and remove from the checkpoint, but then we do not write the page from this temporary buffer, this needs to be fixed and covered with tests.

See in 3.0:
 * Usage of *org.apache.ignite.internal.pagememory.persistence.PersistentPageMemory#delayedPageReplacementTracker*

See in 2.0:
 * Usage of *org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl#delayedPageReplacementTracker*



--
This message was sent by Atlassian Jira
(v8.20.7#820007)