You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by NSAmelchev <gi...@git.apache.org> on 2018/11/14 09:30:57 UTC

[GitHub] ignite pull request #5391: IGNITE-5115

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 <ns...@...>
Date:   2018-11-14T09:09:14Z

    Fix coordinator fails

----


---

[GitHub] ignite pull request #5391: IGNITE-5115

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---