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 4E6F318023 for ; Tue, 28 Apr 2015 09:03:26 +0000 (UTC) Received: (qmail 52074 invoked by uid 500); 28 Apr 2015 09:03:26 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 51999 invoked by uid 500); 28 Apr 2015 09:03:26 -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 51978 invoked by uid 99); 28 Apr 2015 09:03:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:03:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:03:01 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 6E0BB2800F for ; Tue, 28 Apr 2015 09:02:58 +0000 (UTC) Received: (qmail 50853 invoked by uid 99); 28 Apr 2015 09:02:58 -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, 28 Apr 2015 09:02:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 330F1E01FB; Tue, 28 Apr 2015 09:02:58 +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: Tue, 28 Apr 2015 09:03:00 -0000 Message-Id: In-Reply-To: <3f1af497608940e2923e333c4ebc12fe@git.apache.org> References: <3f1af497608940e2923e333c4ebc12fe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/50] incubator-ignite git commit: Merge remote-tracking branch 'origin/ignite-sprint-4' into ignite-sprint-4 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'origin/ignite-sprint-4' into ignite-sprint-4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a6132bba Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a6132bba Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a6132bba Branch: refs/heads/ignite-790 Commit: a6132bbade24683a0b5360e8c34a8482208eaa6e Parents: 8b7364b a09cc08 Author: AKuznetsov Authored: Thu Apr 23 17:17:44 2015 +0700 Committer: AKuznetsov Committed: Thu Apr 23 17:17:44 2015 +0700 ---------------------------------------------------------------------- .../cache/GridCacheAffinityManager.java | 12 ------- .../processors/cache/IgniteCacheProxy.java | 15 +++++++-- .../cache/affinity/GridCacheAffinityImpl.java | 2 +- .../preloader/GridDhtPartitionSupplyPool.java | 2 +- .../distributed/near/GridNearAtomicCache.java | 2 +- .../near/GridNearTransactionalCache.java | 2 +- .../transactions/IgniteTxLocalAdapter.java | 2 +- .../cache/GridCacheAbstractFullApiSelfTest.java | 4 +-- .../IgniteCachePutGetRestartAbstractTest.java | 2 +- ...arDisabledFairAffinityPutGetRestartTest.java | 35 ++++++++++++++++++++ .../testframework/junits/GridAbstractTest.java | 2 +- .../IgniteCacheFailoverTestSuite.java | 3 +- .../ignite/internal/GridFactorySelfTest.java | 3 +- 13 files changed, 61 insertions(+), 25 deletions(-) ----------------------------------------------------------------------