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 2019/08/29 19:57:00 UTC

[jira] [Commented] (IGNITE-12125) Concurrency problem in PagesWriteThrottle

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

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

{panel:title=Branch: [pull/6826/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ (Linux)*{color} [[tests 0 JVM CRASH |https://ci.ignite.apache.org/viewLog.html?buildId=4548950]]

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

> Concurrency problem in PagesWriteThrottle
> -----------------------------------------
>
>                 Key: IGNITE-12125
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12125
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Antonov
>            Assignee: Sergey Antonov
>            Priority: Critical
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In IGNITE-12006 and IGNITE-9231 was added code:
> {code}
> parkThrds.forEach(LockSupport::unpark);
> parkThrds.clear();
> {code}
> This code isn't thread-safe. We should remove from {{parkThrds}} only unparked threads.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)