You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/23 10:34:34 UTC

incubator-ignite git commit: ignite-752: changed documentation notes

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-752 5ac3dc7f2 -> 05d5ce68d


ignite-752: changed documentation notes


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/05d5ce68
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/05d5ce68
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/05d5ce68

Branch: refs/heads/ignite-752
Commit: 05d5ce68d262c31c2eee1d810cec218c78af407f
Parents: 5ac3dc7
Author: Denis Magda <dm...@gridgain.com>
Authored: Thu Jul 23 11:34:29 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Thu Jul 23 11:34:29 2015 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/configuration/IgniteConfiguration.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05d5ce68/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java b/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
index 3402e55..084d22c 100644
--- a/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
+++ b/modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
@@ -1676,9 +1676,8 @@ public class IgniteConfiguration {
     /**
      * Sets failure detection threshold to use in {@link TcpDiscoverySpi} and {@link TcpCommunicationSpi}.
      * <p>
-     * The threshold allows to detect node's communication failures with the rest of a cluster faster. Every time when
-     * the threshold is reached during communication between the node and the cluster appropriate actions are
-     * performed depending on a kind of the node (server or client node) and a message with the error is printed out.
+     * The threshold helps to detect failed nodes in a cluster topology quickly and keep working only with the nodes
+     * that are alive.
      * <p>
      * The failure detection threshold is an easy and straightforward way to setup {@link TcpDiscoverySpi} and
      * {@link TcpCommunicationSpi} depending on network conditions of a cluster. On the other hand if advanced setting