You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/02/09 07:30:00 UTC

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

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

Ignite TC Bot commented on IGNITE-14139:
----------------------------------------

{panel:title=Branch: [pull/8770/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}JCache TCK 1.1{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5864413]]

{panel}
{panel:title=Branch: [pull/8770/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS 1{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=5863443]]
* {color:#013220}IgnitePdsTestSuite: IgnitePdsCheckpointSimpleTest.testStartNodeWithDefaultCpThreads - PASSED{color}
* {color:#013220}IgnitePdsTestSuite: IgnitePdsCheckpointSimpleTest.testStartNodeWithNonDefaultCpThreads - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5863473&amp;buildTypeId=IgniteTests24Java8_RunAll]

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