You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2018/05/16 10:44:00 UTC

[jira] [Assigned] (IGNITE-8423) Control utility may block when joining node is watiting for partition map exchange

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

Alexei Scherbakov reassigned IGNITE-8423:
-----------------------------------------

    Assignee: Alexei Scherbakov

> Control utility may block when joining node is watiting for partition map exchange
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-8423
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8423
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Goncharuk
>            Assignee: Alexei Scherbakov
>            Priority: Major
>             Fix For: 2.6
>
>
> The utility hang because {{GridTcpRestNioListener}} is blocked on the following piece of code:
> {code}
>                     if (marshMapLatch.getCount() > 0)
>                         U.awaitQuiet(marshMapLatch);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)