[ 
https://issues.apache.org/jira/browse/IGNITE-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283024#comment-17283024
 ] 

Anton Kalashnikov commented on IGNITE-14139:
--------------------------------------------

[~v.pyatkov] it looks good to me. [~ibessonov] can you help with merge please?

> 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)

Reply via email to