[
https://issues.apache.org/jira/browse/IGNITE-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772892#comment-16772892
]
Dmitriy Govorukhin commented on IGNITE-11348:
---------------------------------------------
[~sergey-chugunov] LGTM, merged to master.
> Ping node procedure may fail when another node leaves the cluster
> -----------------------------------------------------------------
>
> Key: IGNITE-11348
> URL: https://issues.apache.org/jira/browse/IGNITE-11348
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Chugunov
> Assignee: Sergey Chugunov
> Priority: Critical
> Fix For: 2.8
>
>
> Additional pinging of node on join implemented in IGNITE-5569 may incorrectly
> fail leading to shutting down joining node.
> The reason for this is that if another node from the same host bound to the
> same discovery port as joining node has left the cluster right before joining
> node, socket used for pinging gets closed.
> This leads to the situation when pinging node considers joining node as
> "unreachable" and fails it with JOIN_IMPOSSIBLE error code.
> Workaround: simply start again node failed on join.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)