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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16479311#comment-16479311 ] 

ASF GitHub Bot commented on IGNITE-8423:
----------------------------------------

GitHub user ascherbakoff opened a pull request:

    https://github.com/apache/ignite/pull/4018

    IGNITE-8423 Control utility may block when joining node is watiting f…

    …or partition map exchange.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8423

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4018.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4018
    
----
commit 9962d6a767ccacd34d5cc9375e930a6119efc78f
Author: Aleksei Scherbakov <al...@...>
Date:   2018-05-17T15:08:45Z

    IGNITE-8423 Control utility may block when joining node is watiting for partition map exchange.

----


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