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 B688D1779B for ; Wed, 15 Apr 2015 09:38:34 +0000 (UTC) Received: (qmail 34658 invoked by uid 500); 15 Apr 2015 09:38:34 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 34628 invoked by uid 500); 15 Apr 2015 09:38:34 -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 34619 invoked by uid 99); 15 Apr 2015 09:38:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 09:38:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 15 Apr 2015 09:38:33 +0000 Received: (qmail 34413 invoked by uid 99); 15 Apr 2015 09:38: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, 15 Apr 2015 09:38:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E6313DFDDF; Wed, 15 Apr 2015 09:38:12 +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: Wed, 15 Apr 2015 09:38:13 -0000 Message-Id: In-Reply-To: <0479550608d3491094f8e41dc35787db@git.apache.org> References: <0479550608d3491094f8e41dc35787db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] 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/45970f5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/45970f5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/45970f5c Branch: refs/heads/ignite-sprint-4 Commit: 45970f5caae0fcc97a9c1f0ac8af51253e4099c3 Parents: eb71574 f4dac4e Author: sboikov Authored: Wed Apr 15 12:37:52 2015 +0300 Committer: sboikov Committed: Wed Apr 15 12:37:52 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 4 +- assembly/dependencies-fabric.xml | 50 +++++++++ assembly/dependencies-hadoop.xml | 1 - assembly/dependencies-optional-fabric.xml | 82 -------------- assembly/dependencies-optional-hadoop.xml | 83 -------------- assembly/release-base.xml | 5 - assembly/release-fabric.xml | 5 + examples/pom.xml | 2 +- .../hibernate/CacheHibernateStoreExample.java | 3 - .../store/jdbc/CacheJdbcStoreExample.java | 3 - modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/codegen/pom.xml | 14 ++- modules/core/pom.xml | 2 +- .../apache/ignite/IgniteSystemProperties.java | 6 - .../internal/managers/GridManagerAdapter.java | 4 + .../discovery/GridDiscoveryManager.java | 14 +++ .../org/apache/ignite/spi/IgniteSpiAdapter.java | 5 + .../org/apache/ignite/spi/IgniteSpiContext.java | 6 + .../communication/tcp/TcpCommunicationSpi.java | 70 ++++++------ .../tcp/TcpCommunicationSpiMBean.java | 9 -- .../ignite/spi/discovery/DiscoverySpi.java | 7 ++ .../discovery/tcp/TcpClientDiscoverySpi.java | 12 ++ .../spi/discovery/tcp/TcpDiscoverySpi.java | 32 +++++- ...ridFailFastNodeFailureDetectionSelfTest.java | 112 +++++++++++++++++++ .../testframework/GridSpiTestContext.java | 5 + .../ignite/testsuites/IgniteBasicTestSuite.java | 1 + modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- .../processors/query/h2/IgniteH2Indexing.java | 3 +- modules/jcl/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/rest-http/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spring/pom.xml | 2 +- modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 2 +- pom.xml | 43 +++---- 52 files changed, 348 insertions(+), 285 deletions(-) ----------------------------------------------------------------------