Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F3E118D43 for ; Thu, 23 Jul 2015 08:34:59 +0000 (UTC) Received: (qmail 37456 invoked by uid 500); 23 Jul 2015 08:34:43 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 37426 invoked by uid 500); 23 Jul 2015 08:34:43 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 37408 invoked by uid 99); 23 Jul 2015 08:34:43 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 08:34:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 00DA81A75F8 for ; Thu, 23 Jul 2015 08:34:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bRpEiMMdHlz8 for ; Thu, 23 Jul 2015 08:34:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 837E543E3E for ; Thu, 23 Jul 2015 08:34:34 +0000 (UTC) Received: (qmail 37379 invoked by uid 99); 23 Jul 2015 08:34:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 08:34:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0D353E3AA1; Thu, 23 Jul 2015 08:34:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Message-Id: <20dc0ab9c08241379960ba7886204371@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: ignite-752: changed documentation notes Date: Thu, 23 Jul 2015 08:34:34 +0000 (UTC) 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 Authored: Thu Jul 23 11:34:29 2015 +0300 Committer: Denis Magda 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}. *

- * 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. *

* 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