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 84310175FB for ; Mon, 29 Jun 2015 19:47:15 +0000 (UTC) Received: (qmail 25044 invoked by uid 500); 29 Jun 2015 19:47:15 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 25010 invoked by uid 500); 29 Jun 2015 19:47:15 -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 25001 invoked by uid 99); 29 Jun 2015 19:47:15 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 19:47:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E9318D102B for ; Mon, 29 Jun 2015 19:47:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.23 X-Spam-Level: X-Spam-Status: No, score=0.23 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.571, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id aMuRdvIkZWkT for ; Mon, 29 Jun 2015 19:47:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id EAAB925084 for ; Mon, 29 Jun 2015 19:46:46 +0000 (UTC) Received: (qmail 20296 invoked by uid 99); 29 Jun 2015 19:46:46 -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, 29 Jun 2015 19:46:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4CB8E35D7; Mon, 29 Jun 2015 19:46:46 +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: Mon, 29 Jun 2015 19:47:06 -0000 Message-Id: <4fb25ebedbd24b26885edadc5c802884@git.apache.org> In-Reply-To: <283ea914128f4f1bacc3f813877bff50@git.apache.org> References: <283ea914128f4f1bacc3f813877bff50@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/50] incubator-ignite git commit: Merge branches 'ignite-gg-10457' and 'ignite-sprint-7' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-gg-10457 Merge branches 'ignite-gg-10457' and 'ignite-sprint-7' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-gg-10457 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/32706222 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/32706222 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/32706222 Branch: refs/heads/ignite-788-dev-review Commit: 3270622211a78ae270971ab856f2eed4437c07ff Parents: 60c4d65 e1c49b7 Author: AKuznetsov Authored: Thu Jun 25 22:51:31 2015 +0700 Committer: AKuznetsov Committed: Thu Jun 25 22:51:31 2015 +0700 ---------------------------------------------------------------------- .../ClientAbstractConnectivitySelfTest.java | 4 +- .../org/apache/ignite/cluster/ClusterGroup.java | 9 + .../org/apache/ignite/cluster/ClusterNode.java | 2 + .../ignite/compute/ComputeTaskSplitAdapter.java | 2 +- .../ignite/internal/GridKernalContextImpl.java | 3 + .../internal/cluster/ClusterGroupAdapter.java | 38 + .../cluster/IgniteClusterAsyncImpl.java | 5 + .../processors/cache/GridCacheContext.java | 2 +- .../distributed/dht/GridDhtLockFuture.java | 2 +- .../GridDhtPartitionsExchangeFuture.java | 46 +- .../datastructures/DataStructuresProcessor.java | 64 +- .../processors/plugin/CachePluginManager.java | 10 +- .../internal/util/GridConfigurationFinder.java | 55 +- .../ignite/internal/util/IgniteUtils.java | 6 +- .../internal/ClusterForHostsSelfTest.java | 113 +++ .../internal/ClusterGroupAbstractTest.java | 777 ++++++++++++++++++ .../ignite/internal/ClusterGroupSelfTest.java | 251 ++++++ .../internal/GridProjectionAbstractTest.java | 784 ------------------- .../ignite/internal/GridProjectionSelfTest.java | 251 ------ .../apache/ignite/internal/GridSelfTest.java | 2 +- .../CacheReadThroughAtomicRestartSelfTest.java | 32 + ...heReadThroughLocalAtomicRestartSelfTest.java | 32 + .../CacheReadThroughLocalRestartSelfTest.java | 32 + ...dThroughReplicatedAtomicRestartSelfTest.java | 32 + ...cheReadThroughReplicatedRestartSelfTest.java | 32 + .../cache/CacheReadThroughRestartSelfTest.java | 133 ++++ .../cache/GridCacheAbstractSelfTest.java | 2 +- ...eDynamicCacheStartNoExchangeTimeoutTest.java | 466 +++++++++++ .../cache/IgniteDynamicCacheStartSelfTest.java | 37 + ...GridCacheQueueMultiNodeAbstractSelfTest.java | 4 +- .../GridCacheSetAbstractSelfTest.java | 22 +- .../IgniteDataStructureWithJobTest.java | 111 +++ .../distributed/IgniteCache150ClientsTest.java | 189 +++++ ...teCacheClientNodePartitionsExchangeTest.java | 1 + .../distributed/IgniteCacheManyClientsTest.java | 1 + ...idCacheNearOnlyMultiNodeFullApiSelfTest.java | 5 - ...achePartitionedMultiNodeFullApiSelfTest.java | 49 +- .../IgniteCacheTxStoreSessionTest.java | 4 + .../internal/util/IgniteUtilsSelfTest.java | 22 + .../ignite/testsuites/IgniteBasicTestSuite.java | 6 +- .../IgniteCacheDataStructuresSelfTestSuite.java | 1 + .../testsuites/IgniteCacheTestSuite4.java | 8 + .../testsuites/IgniteClientTestSuite.java | 38 + .../p2p/GridP2PContinuousDeploymentTask1.java | 2 +- .../commands/cache/VisorCacheCommand.scala | 7 +- 45 files changed, 2535 insertions(+), 1159 deletions(-) ----------------------------------------------------------------------