[ 
https://issues.apache.org/jira/browse/IGNITE-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714947#comment-16714947
 ] 

ASF GitHub Bot commented on IGNITE-10622:
-----------------------------------------

GitHub user akalash opened a pull request:

    https://github.com/apache/ignite/pull/5628

    IGNITE-10622 to sent pending messages when new next node was selected

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-10622

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5628.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 #5628
    
----
commit 2f301f3ebed56c787e23e9aeaf7b77c730ef4345
Author: Anton Kalashnikov <kaa.dev@...>
Date:   2018-12-10T15:41:25Z

    IGNITE-10622 to sent pending messages when new next node was selected

----


> Undelivered ensure message to some nodes
> ----------------------------------------
>
>                 Key: IGNITE-10622
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10622
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Anton Kalashnikov
>            Assignee: Anton Kalashnikov
>            Priority: Major
>
> We have follow case:
> * Grid from 5 nodes(node1, node2, node3, node4, node5)
> * node1 detect that node4 was failed and send NodeFailed message to node2
> * node2 send NodeFailedNode3 message to node3
> * node3 accepted message but does not handle because it also failed
> * node1 detect that node3 was failed and send NodeFailed message to node2
> * node2 select new next node(node4) and send NodeFailedNode3 message to node4
> As result node4 received only NodeFailedNode3 but don't received 
> NodeFailedNode3.
> This case also valid for other ensure message which sending  one after 
> another.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to