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/05/17 12:50:00 UTC

[jira] [Created] (IGNITE-16993) [Native Persistence 3.0] Consider replacing Checkpointer#isShutdownNow with an busy lock

Kirill Tkalenko created IGNITE-16993:
----------------------------------------

             Summary: [Native Persistence 3.0] Consider replacing Checkpointer#isShutdownNow with an busy lock
                 Key: IGNITE-16993
                 URL: https://issues.apache.org/jira/browse/IGNITE-16993
             Project: Ignite
          Issue Type: Task
            Reporter: Kirill Tkalenko


Consider whether *Checkpointer#isShutdownNow* should be replaced with a busy lock so that the code is more understandable without the use of 
{code:java}
BooleanSupplier shutdownNow
{code}
 in the linked code.



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