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 4867117402 for ; Thu, 9 Apr 2015 16:23:01 +0000 (UTC) Received: (qmail 94255 invoked by uid 500); 9 Apr 2015 16:23:01 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 94192 invoked by uid 500); 9 Apr 2015 16:23:01 -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 94115 invoked by uid 99); 9 Apr 2015 16:23:01 -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:23:01 +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:22:58 +0000 Received: (qmail 92068 invoked by uid 99); 9 Apr 2015 16:22: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, 09 Apr 2015 16:22:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3F69BE0009; Thu, 9 Apr 2015 16:22: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 Date: Thu, 09 Apr 2015 16:23:13 -0000 Message-Id: In-Reply-To: <214229e615224c86b9814606b8d8edad@git.apache.org> References: <214229e615224c86b9814606b8d8edad@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [42/50] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'origin/ignite-sprint-3' into ignite-sprint-3 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'origin/ignite-sprint-3' 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/245f4676 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/245f4676 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/245f4676 Branch: refs/heads/gg-10046 Commit: 245f46765b673d3a45300874781a898c9ad321fd Parents: 59d9374 fd9cdff Author: Artem Shutak Authored: Thu Apr 9 13:54:34 2015 +0300 Committer: Artem Shutak Committed: Thu Apr 9 13:54:34 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/ClusterMetricsSnapshot.java | 2 +- .../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 + 11 files changed, 410 insertions(+), 42 deletions(-) ----------------------------------------------------------------------