Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F975200C6F for ; Tue, 25 Apr 2017 07:04:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3E214160BA5; Tue, 25 Apr 2017 05:04:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8774B160B99 for ; Tue, 25 Apr 2017 07:04:35 +0200 (CEST) Received: (qmail 42473 invoked by uid 500); 25 Apr 2017 05:04:34 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 42462 invoked by uid 99); 25 Apr 2017 05:04: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; Tue, 25 Apr 2017 05:04:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CBEBE04FA; Tue, 25 Apr 2017 05:04:34 +0000 (UTC) From: abeliak To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1866: Ignite 4799 2.0 Content-Type: text/plain Date: Tue, 25 Apr 2017 05:04:34 +0000 (UTC) archived-at: Tue, 25 Apr 2017 05:04:36 -0000 GitHub user abeliak opened a pull request: https://github.com/apache/ignite/pull/1866 Ignite 4799 2.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4799-2.0 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1866.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 #1866 ---- commit 358a7b7cefca699a5fb94cf642aada5ed982feeb Author: Alexander Belyak Date: 2017-04-25T04:11:57Z ignite-4799 - removed TCP Discovery heartbeat frequency property, fixed compilation and logic, fixed xml configs IGNITE-4799: altered IgniteConfiguration.metricsUpdateFrequency documentation. .NET: Remove TcpDiscoverySpi.HeartbeatFrequency ignite-4799 review Add test for Server to Server failure detection timeout commit 57bafd4fcadc0b2f0caad80f351521034d2d5cbe Author: Alexander Belyak Date: 2017-04-25T04:12:38Z IGNITE-4799: altered IgniteConfiguration.metricsUpdateFrequency documentation. commit e975d5f83464e2a7a356c8f17d64445307f44684 Author: Alexander Belyak Date: 2017-04-25T04:15:36Z .NET: Remove TcpDiscoverySpi.HeartbeatFrequency commit 37efd98c8d40f2fff5f8cf87ea3053aa6e07334f Author: Alexander Belyak Date: 2017-04-25T04:24:40Z Remove maxMissed*Heartbeats, rename TcpDiscoveryClientHeartbeatMessage to TDCMetrics message, add clientFailureDetectionTimeout commit 3ea761e1cfa414fa7486cfb36a9e170e36166ac6 Author: Alexander Belyak Date: 2017-04-25T04:25:15Z Remove -1 and 0 special values from IgniteConfiguration.metricsUpdateFrequency commit 723cba960c44648a32503fe019ea1549100a7b67 Author: Alexander Belyak Date: 2017-04-25T04:25:48Z Use clientFailureDetectionTimeout in ServerImpl, fix comment commit c6eac07c90151e627d290c2c3abc975b4a6bc14b Author: Alexander Belyak Date: 2017-04-25T04:27:22Z ignite-4799 review commit 81f1a37b94d91da6e7a51dc4aacd2c87c45f1f06 Author: Alexander Belyak Date: 2017-04-25T04:27:41Z Rename MetricsMessage to MetricsUpdateMessage, muFreq to metricsUpdateFreq, fix metricsUpdateInterval commit ecacef60e07e34c448d28c626156870b7768deb0 Author: Alexander Belyak Date: 2017-04-25T04:37:03Z Merge commit 'f6d5974fb95f7fc0bc40d0dc4df2457dda4bc697' into ignite-4799 commit e64a29faf80ddbdb26b1618422445d846ccb9df4 Author: Alexander Belyak Date: 2017-04-25T04:38:03Z Use clientFailureDetectionTimeout in ServerImpl, add test commit 998b80bc99834de14497ed09d4ca8991e75cf8b7 Author: Alexander Belyak Date: 2017-04-25T04:38:46Z Add test for Server to Server failure detection timeout commit 55c60b5c88fbb6422848e467a89e9668dda40f4e Author: Alexander Belyak Date: 2017-04-25T04:39:16Z ignite-4799 review commit 0955bf7d913701f48051201ecd9ec2b596b77c58 Author: Alexander Belyak Date: 2017-04-25T04:39:48Z Simplify tests for failure detect timeouts commit 6453888b38e4a256b371657565f0f2da7b40316b Author: Alexander Belyak Date: 2017-04-25T04:41:04Z ignite-4799 review commit 57bcc56bc40775b13e33a004873be21dc04be20b Author: Alexander Belyak Date: 2017-04-25T04:41:51Z ignite-4799 log messages commit a842e6241ba13dcf37ec382e6d3f51b8fb17fae5 Author: Alexander Belyak Date: 2017-04-25T04:42:21Z Formatting and always use clientFailureDetectionTimeout commit 7aca66f296b6c8f9a33dde56e6abad7c1175cec3 Author: Alexander Belyak Date: 2017-04-25T04:42:59Z Formatting commit d3d8a788d0d4b7b5241cf8a458509195f2375b93 Author: Alexander Belyak Date: 2017-04-25T04:43:28Z Fix tests commit 8e50b310cddfd622e309eaf5767783d4db4b3709 Author: Alexander Belyak Date: 2017-04-25T04:44:08Z Tear down detection timeout in test (from Long.MAX_VALUE to Integer.MAX_VALUE) commit f6e3aca5ed5f440dc99f47df25fd5b426a7e8ad8 Author: Alexander Belyak Date: 2017-04-25T04:44:53Z Tear down failure detection timeout commit e66969cdde2f4dae1b538d1941a051802280fc87 Author: Alexander Belyak Date: 2017-04-25T04:46:15Z ignite-4799 minor commit dea4be64a4b8547cf6e6b9b4594d869dda269014 Author: Alexander Belyak Date: 2017-04-25T04:46:43Z Fix tests commit aa0468c04d941124444a9816a31e058cf0bd2034 Author: Alexander Belyak Date: 2017-04-25T04:47:05Z Fix tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---