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 6BB7418496 for ; Thu, 25 Jun 2015 07:43:02 +0000 (UTC) Received: (qmail 2978 invoked by uid 500); 25 Jun 2015 07:43:02 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 2948 invoked by uid 500); 25 Jun 2015 07:43:02 -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 2939 invoked by uid 99); 25 Jun 2015 07:43:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 07:43:02 +0000 X-ASF-Spam-Status: No, hits=-2001.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; Thu, 25 Jun 2015 07:40:51 +0000 Received: (qmail 2595 invoked by uid 99); 25 Jun 2015 07:42:38 -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, 25 Jun 2015 07:42:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E378E365F; Thu, 25 Jun 2015 07:42:38 +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, 25 Jun 2015 07:42:42 -0000 Message-Id: <40bca8e0d91e4e9c9fd1ae3a2e7aa7f4@git.apache.org> In-Reply-To: <39db13fd670a49f6ae7b1268fa1c743c@git.apache.org> References: <39db13fd670a49f6ae7b1268fa1c743c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/7] incubator-ignite git commit: Merge branch 'ignite-sprint-7' into ignite-gg-10440 X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'ignite-sprint-7' into ignite-gg-10440 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b2e8fea0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b2e8fea0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b2e8fea0 Branch: refs/heads/ignite-sprint-7 Commit: b2e8fea0e9d3154f8cdde8ac4fed7d6ede1e7ace Parents: 5b306e1 b29ff1c Author: nikolay_tikhonov Authored: Thu Jun 25 10:13:10 2015 +0300 Committer: nikolay_tikhonov Committed: Thu Jun 25 10:13:10 2015 +0300 ---------------------------------------------------------------------- .../configuration/IgniteReflectionFactory.java | 81 +++- .../processors/cache/GridCacheContext.java | 2 +- .../distributed/dht/GridDhtLocalPartition.java | 3 +- .../distributed/dht/GridDhtLockFuture.java | 2 +- .../dht/atomic/GridDhtAtomicCache.java | 9 +- .../GridDhtPartitionsExchangeFuture.java | 95 +++- .../datastructures/DataStructuresProcessor.java | 64 +-- .../processors/hadoop/HadoopJobInfo.java | 4 +- .../hadoop/counter/HadoopCounterWriter.java | 5 +- .../communication/tcp/TcpCommunicationSpi.java | 12 + .../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 +- .../GridCacheReplicatedFailoverSelfTest.java | 5 + .../IgniteCacheTxStoreSessionTest.java | 4 + .../GridTcpCommunicationSpiConfigSelfTest.java | 1 - .../testframework/junits/GridAbstractTest.java | 2 +- .../IgniteCacheDataStructuresSelfTestSuite.java | 1 + .../testsuites/IgniteCacheTestSuite4.java | 8 + .../testsuites/IgniteClientTestSuite.java | 38 ++ modules/hadoop/pom.xml | 78 ---- .../fs/IgniteHadoopFileSystemCounterWriter.java | 9 +- .../processors/hadoop/HadoopClassLoader.java | 29 ++ .../processors/hadoop/HadoopDefaultJobInfo.java | 27 +- .../internal/processors/hadoop/HadoopUtils.java | 237 ---------- .../hadoop/SecondaryFileSystemProvider.java | 3 +- .../hadoop/fs/HadoopFileSystemCacheUtils.java | 241 ++++++++++ .../hadoop/fs/HadoopFileSystemsUtils.java | 11 + .../hadoop/fs/HadoopLazyConcurrentMap.java | 5 + .../hadoop/jobtracker/HadoopJobTracker.java | 25 +- .../child/HadoopChildProcessRunner.java | 3 +- .../processors/hadoop/v2/HadoopV2Job.java | 84 +++- .../hadoop/v2/HadoopV2JobResourceManager.java | 22 +- .../hadoop/v2/HadoopV2TaskContext.java | 37 +- .../apache/ignite/igfs/IgfsEventsTestSuite.java | 5 +- .../processors/hadoop/HadoopMapReduceTest.java | 2 +- .../processors/hadoop/HadoopTasksV1Test.java | 7 +- .../processors/hadoop/HadoopTasksV2Test.java | 7 +- .../processors/hadoop/HadoopV2JobSelfTest.java | 6 +- .../collections/HadoopAbstractMapTest.java | 3 +- .../testsuites/IgniteHadoopTestSuite.java | 2 +- .../IgniteIgfsLinuxAndMacOSTestSuite.java | 3 +- 56 files changed, 1878 insertions(+), 484 deletions(-) ----------------------------------------------------------------------