You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by akuramshingg <gi...@git.apache.org> on 2017/11/07 05:56:52 UTC

[GitHub] ignite pull request #2984: IGNITE-6700 Node considered as failed can cause f...

GitHub user akuramshingg opened a pull request:

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

    IGNITE-6700 Node considered as failed can cause failure of others nodes

    Independent asynchronous connection checkers for the previous and the next nodes.
    TcpDiscoveryHandshakeResponse carries failed node and generates TcpDiscoveryNodeFailedMessage on a sender.
    Remember the list of recently failed server nodes.
    Synchronized access to sendMessageAcrossRing().
    Local node freeze detection.
    
    New TcpDiscoverySplitTest based on IgniteCacheTopologySplitAbstractTest.
    CacheLateAffinityAssignmentTest and TcpDiscoverySelfTest update.
    
    GridDhtPartitionTopologyImpl update: IGNITE-6433 workaround.

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

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

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

    https://github.com/apache/ignite/pull/2984.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 #2984
    
----
commit f7875d21ed3364da87cab02b249a14af227a941b
Author: Alexandr Kuramshin <ei...@gmail.com>
Date:   2017-11-07T05:55:24Z

    IGNITE-6700 Node considered as failed can cause failure of others nodes
    
    Independent asynchronous connection checkers for the previous and the next nodes.
    TcpDiscoveryHandshakeResponse carries failed node and generates TcpDiscoveryNodeFailedMessage on a sender.
    Remember the list of recently failed server nodes.
    Synchronized access to sendMessageAcrossRing().
    Local node freeze detection.
    
    New TcpDiscoverySplitTest based on IgniteCacheTopologySplitAbstractTest.
    CacheLateAffinityAssignmentTest and TcpDiscoverySelfTest update.
    
    GridDhtPartitionTopologyImpl update: IGNITE-6433 workaround.

----


---