[jira] [Created] (IGNITE-5727) Node failed listener for TcpCommunicationSpi should be called first

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5727) Node failed listener for TcpCommunicationSpi should be called first

Anton Vinogradov (Jira)
Semen Boikov created IGNITE-5727:
------------------------------------

             Summary: Node failed listener for TcpCommunicationSpi should be called first
                 Key: IGNITE-5727
                 URL: https://issues.apache.org/jira/browse/IGNITE-5727
             Project: Ignite
          Issue Type: Bug
          Components: general
            Reporter: Semen Boikov
            Assignee: Semen Boikov
            Priority: Critical
             Fix For: 2.1


Ignite components rely on assumption that if node failed then it is not possible to send message to this node (TcpCommunicationSpi.send should throw an exception). If it was possible to send event and node then components' node_left listener will be called. But actually this will work only if component's node_left listener is called after TcpCommunicationSpi's listener. Need change node_left listener's order so that  TcpCommunicationSpi's listener is always called first.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)