You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2018/09/06 11:27:00 UTC

[jira] [Created] (IGNITE-9481) Force checkpoint after CacheStore.loadCache is complete

Ilya Kasnacheev created IGNITE-9481:
---------------------------------------

             Summary: Force checkpoint after CacheStore.loadCache is complete
                 Key: IGNITE-9481
                 URL: https://issues.apache.org/jira/browse/IGNITE-9481
             Project: Ignite
          Issue Type: Improvement
          Components: cache, persistence
            Reporter: Ilya Kasnacheev


Currently, entries loaded by loadCache() do not appear in WAL. They will be lost if node is stopped after loadCache() is complete but before checkpoint is finished.

Ideally, after loadCache this cache should be checkpointed so that RAM and WAL are in sync once more.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)