[
https://issues.apache.org/jira/browse/IGNITE-7160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287086#comment-16287086
]
ASF GitHub Bot commented on IGNITE-7160:
----------------------------------------
GitHub user akuramshingg opened a pull request:
https://github.com/apache/ignite/pull/3201
IGNITE-7160 Ignore messages from not alive and failed nodes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7160
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3201.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 #3201
----
commit a4dd068ab27d864f159d45e4b963215b332b0fac
Author: Alexandr Kuramshin <[email protected]>
Date: 2017-12-12T04:03:20Z
IGNITE-7160 Ignore messages from not alive and failed nodes.
Add TcpDiscoverySplitTest.
commit b8c08ed35262b7b2eaff4557e267338b8803d4dd
Author: Alexandr Kuramshin <[email protected]>
Date: 2017-12-12T04:04:58Z
IGNITE-7160 Ignore messages from not alive and failed nodes.
Fix flaky and mute failing tests.
commit 3f2cdeca44c4d1979f4762a6c67979ceb51e0269
Author: Alexandr Kuramshin <[email protected]>
Date: 2017-12-12T04:24:55Z
IGNITE-7160 Ignore messages from not alive and failed nodes.
SocketReader refactoring.
----
> Ignore messages from not alive and failed nodes
> -----------------------------------------------
>
> Key: IGNITE-7160
> URL: https://issues.apache.org/jira/browse/IGNITE-7160
> Project: Ignite
> Issue Type: Sub-task
> Components: general
> Affects Versions: 2.3
> Reporter: Alexandr Kuramshin
> Assignee: Alexandr Kuramshin
>
> Current implementation of {{ServerImpl}} accepts and processes messages from
> any other remote node even it was failed or removed from the ring.
> Proposed to process only specific messages (which have to be processed in the
> current node state). Some messages could be silently ignored, receiving other
> undesirable messages causes the remote socket disconnect.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)