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 C238C18939 for ; Mon, 15 Jun 2015 07:25:15 +0000 (UTC) Received: (qmail 34196 invoked by uid 500); 15 Jun 2015 07:25:15 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 34161 invoked by uid 500); 15 Jun 2015 07:25: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 34146 invoked by uid 99); 15 Jun 2015 07:25:15 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 07:25: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 3EEC4CDDDE for ; Mon, 15 Jun 2015 07:25:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.321 X-Spam-Level: * X-Spam-Status: No, score=1.321 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.46, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-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 EGTOPt-T7EoU for ; Mon, 15 Jun 2015 07:25:12 +0000 (UTC) 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 1CAA32A3F0 for ; Mon, 15 Jun 2015 07:24:59 +0000 (UTC) Received: (qmail 32236 invoked by uid 99); 15 Jun 2015 07:24:55 -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, 15 Jun 2015 07:24:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 79720DFC00; Mon, 15 Jun 2015 07:24:55 +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: Mon, 15 Jun 2015 07:25:17 -0000 Message-Id: <587a65d890fb4982bfc355c373d883b9@git.apache.org> In-Reply-To: <75ae70e5612d4c3f98e72f352c14575f@git.apache.org> References: <75ae70e5612d4c3f98e72f352c14575f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/50] incubator-ignite git commit: Merge branch ignite-sprint-5 into ignite-389 Merge branch ignite-sprint-5 into ignite-389 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5872b7f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5872b7f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5872b7f2 Branch: refs/heads/ignite-sprint-6 Commit: 5872b7f20064fb19d682ae2204ce83c4c9a58183 Parents: 0c2d381 c9f7291 Author: Alexey Goncharuk Authored: Thu Jun 4 19:22:20 2015 -0700 Committer: Alexey Goncharuk Committed: Thu Jun 4 19:22:20 2015 -0700 ---------------------------------------------------------------------- .../configuration/CacheConfiguration.java | 13 +- .../apache/ignite/internal/IgniteKernal.java | 3 + .../managers/communication/GridIoManager.java | 117 ++++---- .../processors/cache/GridCacheContext.java | 3 - .../dht/GridClientPartitionTopology.java | 2 +- .../dht/GridDhtPartitionTopologyImpl.java | 16 +- .../GridDhtPartitionsExchangeFuture.java | 29 +- .../dht/preloader/GridDhtPreloader.java | 2 +- .../processors/hadoop/HadoopTaskContext.java | 14 +- .../igfs/IgfsSecondaryFileSystemImpl.java | 2 +- .../internal/visor/query/VisorQueryJob.java | 2 +- .../ignite/spi/discovery/tcp/ClientImpl.java | 3 + .../ignite/spi/discovery/tcp/ServerImpl.java | 31 -- .../spi/discovery/tcp/TcpDiscoveryImpl.java | 56 +++- .../tcp/ipfinder/TcpDiscoveryIpFinder.java | 10 +- .../TcpDiscoveryMulticastIpFinder.java | 47 +++- .../cache/IgniteDynamicCacheStartSelfTest.java | 62 ++++ ...niteDynamicCacheWithConfigStartSelfTest.java | 35 +-- .../igfs/IgfsClientCacheSelfTest.java | 9 +- .../IgniteMessagingWithClientTest.java | 164 +++++++++++ .../tcp/TcpClientDiscoverySpiMulticastTest.java | 129 +++++++++ .../ignite/testsuites/IgniteBasicTestSuite.java | 1 + .../testsuites/IgniteCacheTestSuite4.java | 1 + .../IgniteSpiDiscoverySelfTestSuite.java | 1 + .../gce/TcpDiscoveryGoogleStorageIpFinder.java | 43 +-- .../fs/IgniteHadoopFileSystemCounterWriter.java | 14 +- .../hadoop/fs/v1/IgniteHadoopFileSystem.java | 70 ++--- .../hadoop/fs/v2/IgniteHadoopFileSystem.java | 2 +- .../processors/hadoop/HadoopDefaultJobInfo.java | 2 +- .../internal/processors/hadoop/HadoopUtils.java | 282 ++++++++++++++++++- .../hadoop/SecondaryFileSystemProvider.java | 4 +- .../hadoop/taskexecutor/HadoopRunnableTask.java | 20 +- .../processors/hadoop/v2/HadoopV2Job.java | 31 +- .../hadoop/v2/HadoopV2JobResourceManager.java | 26 +- .../hadoop/v2/HadoopV2TaskContext.java | 48 +++- .../hadoop/HadoopClientProtocolSelfTest.java | 6 +- .../hadoop/HadoopAbstractSelfTest.java | 14 +- .../hadoop/HadoopCommandLineTest.java | 14 +- .../processors/hadoop/HadoopMapReduceTest.java | 176 +++++++++++- .../hadoop/HadoopTaskExecutionSelfTest.java | 2 +- .../hadoop/HadoopTasksAllVersionsTest.java | 15 +- .../processors/hadoop/HadoopTasksV1Test.java | 5 +- .../processors/hadoop/HadoopTasksV2Test.java | 5 +- .../processors/hadoop/HadoopV2JobSelfTest.java | 6 +- .../collections/HadoopAbstractMapTest.java | 12 + ...acheConfigurationPrimitiveTypesSelfTest.java | 104 +++++++ .../IgniteCacheWithIndexingTestSuite.java | 2 + .../commands/cache/VisorCacheScanCommand.scala | 2 +- 48 files changed, 1358 insertions(+), 299 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5872b7f2/modules/core/src/main/java/org/apache/ignite/configuration/CacheConfiguration.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5872b7f2/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicCacheStartSelfTest.java ----------------------------------------------------------------------