[
https://issues.apache.org/jira/browse/IGNITE-8423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479389#comment-16479389
]
Alexei Scherbakov commented on IGNITE-8423:
-------------------------------------------
[~agoncharuk],
I think this is expected behavior, because kernal is not fully started yet.
Instead I've changed control.sh utility so it now will run task on the same
node as it was connected to (--host).
Previously a task was forwarded to random node and could happen to arrive on
joining.
> 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)