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 96EA61736D for ; Thu, 9 Apr 2015 16:06:31 +0000 (UTC) Received: (qmail 52788 invoked by uid 500); 9 Apr 2015 16:06:28 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 52753 invoked by uid 500); 9 Apr 2015 16:06:28 -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 52744 invoked by uid 99); 9 Apr 2015 16:06:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 16:06:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Thu, 09 Apr 2015 16:06:27 +0000 Received: (qmail 46751 invoked by uid 99); 9 Apr 2015 16:04:52 -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, 09 Apr 2015 16:04:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 35A21DFFC0; Thu, 9 Apr 2015 16:04:52 +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 Date: Thu, 09 Apr 2015 16:05:26 -0000 Message-Id: <5751b218266a4b66b03b6a9009dc239c@git.apache.org> In-Reply-To: <51be24679bc64b87bf0de53b027fe869@git.apache.org> References: <51be24679bc64b87bf0de53b027fe869@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/50] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-694' into ignite-sprint-3 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'remotes/origin/ignite-694' into ignite-sprint-3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8803e179 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8803e179 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8803e179 Branch: refs/heads/ignite-366 Commit: 8803e17981fac145c94780220eff18093376df9f Parents: 5fcb072 998d1fa Author: sboikov Authored: Thu Apr 9 12:19:25 2015 +0300 Committer: sboikov Committed: Thu Apr 9 12:19:25 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheIoManager.java | 87 +++++++----- .../processors/cache/GridCacheMessage.java | 7 + .../GridCachePartitionExchangeManager.java | 136 ++++++++++++++++++- .../dht/GridDhtAffinityAssignmentRequest.java | 5 + .../dht/GridDhtAffinityAssignmentResponse.java | 5 + .../GridDhtPartitionsAbstractMessage.java | 15 +- .../IgniteCacheAtomicNodeJoinTest.java | 44 ++++++ .../IgniteCacheNodeJoinAbstractTest.java | 109 +++++++++++++++ .../distributed/IgniteCacheTxNodeJoinTest.java | 38 ++++++ .../IgniteCacheFailoverTestSuite.java | 4 + 10 files changed, 409 insertions(+), 41 deletions(-) ----------------------------------------------------------------------