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 DA3971781E for ; Wed, 29 Apr 2015 15:32:29 +0000 (UTC) Received: (qmail 54415 invoked by uid 500); 29 Apr 2015 15:32:29 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 54384 invoked by uid 500); 29 Apr 2015 15:32:29 -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 54372 invoked by uid 99); 29 Apr 2015 15:32:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:32:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of root@apache.org designates 54.164.171.186 as permitted sender) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:32:24 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 980454544D for ; Wed, 29 Apr 2015 15:31:13 +0000 (UTC) Received: (qmail 49664 invoked by uid 99); 29 Apr 2015 15:31:13 -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; Wed, 29 Apr 2015 15:31:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26CE6E0215; Wed, 29 Apr 2015 15:31:13 +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: Wed, 29 Apr 2015 15:31:50 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/51] 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/23729efa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/23729efa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/23729efa Branch: refs/heads/ignite-786 Commit: 23729efad779d402bd7e9dcfe53ad3866031e2ef Parents: 1d5db0c 49df20c Author: avinogradov Authored: Wed Apr 29 15:40:45 2015 +0300 Committer: avinogradov Committed: Wed Apr 29 15:40:45 2015 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 22 +- modules/cloud/README.txt | 32 ++ modules/cloud/licenses/apache-2.0.txt | 202 +++++++++ modules/cloud/pom.xml | 108 +++++ .../cloud/TcpDiscoveryCloudIpFinder.java | 433 +++++++++++++++++++ .../tcp/ipfinder/cloud/package-info.java | 21 + .../TcpDiscoveryCloudIpFinderSelfTest.java | 124 ++++++ .../tcp/ipfinder/cloud/package-info.java | 22 + .../ignite/testsuites/IgniteCloudTestSuite.java | 112 +++++ .../processors/cache/IgniteCacheProxy.java | 10 +- .../discovery/tcp/TcpDiscoverySpiAdapter.java | 10 +- .../distributed/GridCacheLockAbstractTest.java | 75 ++++ .../DataStreamerMultiThreadedSelfTest.java | 2 + modules/gce/README.txt | 32 ++ modules/gce/licenses/apache-2.0.txt | 202 +++++++++ modules/gce/pom.xml | 94 ++++ .../gce/TcpDiscoveryGoogleStorageIpFinder.java | 380 ++++++++++++++++ .../tcp/ipfinder/gce/package-info.java | 22 + ...pDiscoveryGoogleStorageIpFinderSelfTest.java | 73 ++++ .../tcp/ipfinder/gce/package-info.java | 22 + .../ignite/testsuites/IgniteGCETestSuite.java | 71 +++ ...gniteProjectionStartStopRestartSelfTest.java | 26 +- pom.xml | 2 + 23 files changed, 2066 insertions(+), 31 deletions(-) ----------------------------------------------------------------------