GitHub user NSAmelchev opened a pull request:

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

    IGNITE-5115

    Problem was that coordinator fails when process the fail message about 
itself. Reproducer attached to PR.
    I have fixed this issue by disabling removing itself from the ring (like as 
on node leaving). When coordinator process message it will send verify message 
across ring and nodes will remove him from ring map. The new coordinator will 
send the discard message and ends the node fail process.

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

    $ git pull https://github.com/NSAmelchev/ignite ignite-5115

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

    https://github.com/apache/ignite/pull/5391.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 #5391
    
----
commit e8b41ba1886d736ee46be0559caa230e26e55936
Author: NSAmelchev <nsamelchev@...>
Date:   2018-11-14T09:09:14Z

    Fix coordinator fails

----


---

Reply via email to