You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Eduard Shangareev (JIRA)" <ji...@apache.org> on 2017/10/24 09:37:01 UTC

[jira] [Created] (IGNITE-6720) Move operation with file system outside checkpoint write lock

Eduard Shangareev created IGNITE-6720:
-----------------------------------------

             Summary: Move operation with file system outside checkpoint write lock
                 Key: IGNITE-6720
                 URL: https://issues.apache.org/jira/browse/IGNITE-6720
             Project: Ignite
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
            Reporter: Eduard Shangareev
            Assignee: Eduard Shangareev


There could be long-running operation in onMarkCheckPointBegin call.
So, to move them outside write lock holding block make possible make some operations possible to async (for example, making onMarkCheckPointBegin return Future).
During this block is in progress no caches updated are allowed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)