[
https://issues.apache.org/jira/browse/IGNITE-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298526#comment-16298526
]
Andrey Gura commented on IGNITE-7206:
-------------------------------------
LGTM. Merged to master branch.
> Nodes may ping each other on stop for a failureDetectionTimeout period
> ----------------------------------------------------------------------
>
> Key: IGNITE-7206
> URL: https://issues.apache.org/jira/browse/IGNITE-7206
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Dmitry Karachentsev
> Assignee: Dmitry Karachentsev
> Fix For: 2.4
>
>
> On communication connection breakage TcpCommunicationSpi may try to
> reestablish connection and if it's failed try to ping remote node. But if
> remote node is stopping it refuses incoming ping connections.
> In case of concurrent few node stopping there possible case when nodes ping
> each other and refuse any incoming pings. This lasts for
> failureDetectionTimeout or reconenctCount that checks in
> ServerImpl.pingNode() method.
> pingNode() should check if local node is stopping and interrupt pings.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)