[
https://issues.apache.org/jira/browse/IGNITE-10648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16725708#comment-16725708
]
ASF GitHub Bot commented on IGNITE-10648:
-----------------------------------------
GitHub user vldpyatkov opened a pull request:
https://github.com/apache/ignite/pull/5710
IGNITE-10648 Ignite hang to stop if node wasn't started completely. G…
…ridTcpRestNioListener hangs on latch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10648
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5710.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 #5710
----
commit df1a98cafe8466e857fba57096bd148cc3c4cb68
Author: vd-pyatkov <vpyatkov@...>
Date: 2018-12-20T09:33:30Z
IGNITE-10648 Ignite hang to stop if node wasn't started completely.
GridTcpRestNioListener hangs on latch.
----
> 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)