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/09 07:58:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladislav Pyatkov updated IGNITE-14139:
---------------------------------------
    Release Note: Fixed issue, when CPU checkpoint pool size not initialized.

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)