You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2019/01/10 11:51:00 UTC

[jira] [Commented] (IGNITE-10648) Ignite hang to stop if node wasn't started completely. GridTcpRestNioListener hangs on latch.

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

Vladislav Pyatkov commented on IGNITE-10648:
--------------------------------------------

[~slava.koptilin], thank for comment.

I have already fixed message.

> Ignite hang to stop if node wasn't started completely. GridTcpRestNioListener hangs on latch.
> ---------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10648
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10648
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Pavel Voronkin
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>
> If Ignition.start waits on rebalance then GridRestProcessor is not started yet then we call Ingition.stop and 
> GridTcpRestNioListener hangs on 
> if (marshMapLatch.getCount() > 0)
>  U.awaitQuiet(marshMapLatch);
> cause wasn't counted down on start.



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