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 94251189A3 for ; Mon, 15 Jun 2015 07:32:20 +0000 (UTC) Received: (qmail 49113 invoked by uid 500); 15 Jun 2015 07:32:20 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 49082 invoked by uid 500); 15 Jun 2015 07:32:20 -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 49072 invoked by uid 99); 15 Jun 2015 07:32:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 07:32:20 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 15 Jun 2015 07:30:07 +0000 Received: (qmail 47780 invoked by uid 99); 15 Jun 2015 07:31:54 -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, 15 Jun 2015 07:31:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 996DEE03C8; Mon, 15 Jun 2015 07:31:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 15 Jun 2015 07:32:07 -0000 Message-Id: <7f267e2f97984638b4e5643e26abcec6@git.apache.org> In-Reply-To: <15d51c252320406e8a75c3939d387087@git.apache.org> References: <15d51c252320406e8a75c3939d387087@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/50] incubator-ignite git commit: Merge branch 'ignite-970' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-389-ipc X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'ignite-970' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-389-ipc Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a329e901 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a329e901 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a329e901 Branch: refs/heads/ignite-1009-v4 Commit: a329e901d47419d5ab5e1db55dee6d2001f9d66e Parents: 7ee51ba 7158fb6 Author: Alexey Goncharuk Authored: Wed Jun 3 15:22:36 2015 -0700 Committer: Alexey Goncharuk Committed: Wed Jun 3 15:22:36 2015 -0700 ---------------------------------------------------------------------- modules/core/pom.xml | 1 - .../util/nio/GridShmemCommunicationClient.java | 151 +++++++ .../communication/tcp/TcpCommunicationSpi.java | 414 ++++++++++++++++++- .../tcp/TcpCommunicationSpiMBean.java | 8 + .../IgniteCacheMessageRecoveryAbstractTest.java | 1 + .../communication/GridIoManagerBenchmark0.java | 1 + .../spi/GridTcpSpiForwardingSelfTest.java | 1 + .../GridTcpCommunicationSpiAbstractTest.java | 13 + ...mmunicationSpiConcurrentConnectSelfTest.java | 4 +- ...cpCommunicationSpiMultithreadedSelfTest.java | 21 +- ...pCommunicationSpiMultithreadedShmemTest.java | 28 ++ ...dTcpCommunicationSpiRecoveryAckSelfTest.java | 1 + ...GridTcpCommunicationSpiRecoverySelfTest.java | 1 + .../GridTcpCommunicationSpiShmemSelfTest.java | 38 ++ .../tcp/GridTcpCommunicationSpiTcpSelfTest.java | 7 + .../IgniteSpiCommunicationSelfTestSuite.java | 2 + .../HadoopIgfs20FileSystemAbstractSelfTest.java | 13 + ...oopSecondaryFileSystemConfigurationTest.java | 14 + ...IgniteHadoopFileSystemHandshakeSelfTest.java | 7 + .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 7 + .../hadoop/HadoopAbstractSelfTest.java | 6 + 21 files changed, 718 insertions(+), 21 deletions(-) ----------------------------------------------------------------------