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 6FD72200C04 for ; Mon, 9 Jan 2017 18:02:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6EC1F160B49; Mon, 9 Jan 2017 17:02: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 BAFD9160B68 for ; Mon, 9 Jan 2017 18:02:35 +0100 (CET) Received: (qmail 7593 invoked by uid 500); 9 Jan 2017 17:02:34 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 6612 invoked by uid 99); 9 Jan 2017 17:02: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; Mon, 09 Jan 2017 17:02:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62C24DFC61; Mon, 9 Jan 2017 17:02:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.apache.org Date: Mon, 09 Jan 2017 17:03:03 -0000 Message-Id: In-Reply-To: <1dbd13869d09418cbcdb1569c2faedd5@git.apache.org> References: <1dbd13869d09418cbcdb1569c2faedd5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/40] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-1.8.2' archived-at: Mon, 09 Jan 2017 17:02:36 -0000 Merge remote-tracking branch 'remotes/community/ignite-1.8.2' Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/72f03ea7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/72f03ea7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/72f03ea7 Branch: refs/heads/ignite-comm-balance-master Commit: 72f03ea7d8bc92de624817655e21f05c268a3399 Parents: 228d97b da5b68c Author: sboikov Authored: Fri Dec 30 15:13:06 2016 +0300 Committer: sboikov Committed: Fri Dec 30 15:13:06 2016 +0300 ---------------------------------------------------------------------- .../ignite/internal/util/nio/GridNioServer.java | 159 ++++++++++++++++--- .../communication/tcp/TcpCommunicationSpi.java | 20 +-- .../tcp/TcpCommunicationSpiMBean.java | 5 +- ...mmunicationBalancePairedConnectionsTest.java | 28 ++++ .../IgniteCommunicationBalanceTest.java | 25 ++- ...cMessageRecoveryNoPairedConnectionsTest.java | 47 ------ ...micMessageRecoveryPairedConnectionsTest.java | 47 ++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 6 +- .../yardstick/cache/IgniteIoTestBenchmark.java | 73 --------- 9 files changed, 250 insertions(+), 160 deletions(-) ----------------------------------------------------------------------