[
https://issues.apache.org/jira/browse/IGNITE-10648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746222#comment-16746222
]
Vladislav Pyatkov commented on IGNITE-10648:
--------------------------------------------
[~agoncharuk], thank for the comment.
I have reduced test execution time four times.
About a lot of warning: Yes, this is supposed behavior, because it the test
blocks rebalancing procedure, until {{GirdClient}} has not connected.
I modified timeout ({{SystemWorkerBlockedTimeout}}) for to hid warnings.
Look at rerun Cache1 suit:
https://ci.ignite.apache.org/viewLog.html?buildId=2834713&buildTypeId=IgniteTests24Java8_Cache1
> 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
> Fix For: 2.8
>
>
> 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)