You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2021/02/08 14:47:00 UTC

[jira] [Created] (IGNITE-14139) Incorrect initialize checkpoint-runner-cpu thread pool

Vladislav Pyatkov created IGNITE-14139:
------------------------------------------

             Summary: Incorrect initialize checkpoint-runner-cpu thread pool
                 Key: IGNITE-14139
                 URL: https://issues.apache.org/jira/browse/IGNITE-14139
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov
            Assignee: Vladislav Pyatkov


First initialization of checkpoint thread pool for CPU is incorrect.
Look at the constructor of {{CheckpointWorkflow}}:
At start, we initialize the pool:
{code:java}
this.checkpointCollectPagesInfoPool = initializeCheckpointPool();
{code}
and only after, we set a size of the pool:
{code:java}
this.checkpointCollectInfoThreads = checkpointCollectInfoThreads;
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)