GitHub user akuramshingg opened a pull request: https://github.com/apache/ignite/pull/2928
IGNITE-6700 Node considered as failed can cause failure of others nodes Added TcpDiscoverySplitTest, updated IgniteCacheTopologySplitAbstractTest Early previous node fail with more reliable connection check (keep-alive) algorithm Fast node failed message transmission, reduced split detection & exchange delay 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/2928.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 #2928 ---- commit 43e3282b278d4214b44a4b10d21a7ed3793fc64c Author: Alexandr Kuramshin <ein.nsk...@gmail.com> Date: 2017-10-25T21:40:03Z IGNITE-6700 Node considered as failed can cause failure of others nodes Added TcpDiscoverySplitTest, updated IgniteCacheTopologySplitAbstractTest Early previous node fail with more reliable connection check (keep-alive) algorithm Fast node failed message transmission, reduced split detection & exchange delay ---- ---