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 D633318184 for ; Thu, 9 Jul 2015 09:14:18 +0000 (UTC) Received: (qmail 40064 invoked by uid 500); 9 Jul 2015 09:14:18 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 40031 invoked by uid 500); 9 Jul 2015 09:14:18 -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 39983 invoked by uid 99); 9 Jul 2015 09:14:18 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 09:14:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 562071A6B9C for ; Thu, 9 Jul 2015 09:14:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id oEiV7YLl9Q1W for ; Thu, 9 Jul 2015 09:14:06 +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 05C96215CF for ; Thu, 9 Jul 2015 09:13:55 +0000 (UTC) Received: (qmail 38059 invoked by uid 99); 9 Jul 2015 09:13:54 -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, 09 Jul 2015 09:13:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7822E0AD6; Thu, 9 Jul 2015 09:13:54 +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, 09 Jul 2015 09:14:18 -0000 Message-Id: <66cb16a4b3a04796a2ffb3b2bbc95ade@git.apache.org> In-Reply-To: <658b60d8afc947e2aa2848b377d23b40@git.apache.org> References: <658b60d8afc947e2aa2848b377d23b40@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/26] incubator-ignite git commit: Merge branches 'ignite-1026' and 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-1026 Merge branches 'ignite-1026' and 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-1026 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c134dcfa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c134dcfa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c134dcfa Branch: refs/heads/ignite-gg-10509 Commit: c134dcfa5e7bb5dbc7a533f3d047e6e40cf2ce4e Parents: 3089ace 0a569b8 Author: Valentin Kulichenko Authored: Wed Jul 8 12:20:13 2015 -0700 Committer: Valentin Kulichenko Committed: Wed Jul 8 12:20:13 2015 -0700 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 12 ++ dev-tools/slurp.sh | 2 +- modules/core/pom.xml | 4 +- .../cache/eviction/fifo/FifoEvictionPolicy.java | 5 - .../cache/eviction/lru/LruEvictionPolicy.java | 5 - .../eviction/sorted/SortedEvictionPolicy.java | 19 +- .../configuration/CacheConfiguration.java | 4 + .../configuration/TransactionConfiguration.java | 23 +++ .../apache/ignite/internal/IgniteKernal.java | 10 +- .../internal/interop/InteropIgnition.java | 48 +++-- .../internal/interop/InteropProcessor.java | 7 + .../processors/cache/CacheObjectImpl.java | 1 - .../processors/cache/GridCacheAttributes.java | 3 + .../processors/cache/GridCacheContext.java | 8 +- .../processors/cache/GridCacheIoManager.java | 8 +- .../processors/cache/GridCacheProcessor.java | 21 +- .../cache/GridCacheSharedContext.java | 15 +- .../dht/GridPartitionedGetFuture.java | 13 +- .../distributed/near/GridNearGetFuture.java | 4 +- .../cache/jta/CacheJtaManagerAdapter.java | 17 +- .../cache/jta/CacheNoopJtaManager.java | 2 +- .../cache/query/GridCacheQueryAdapter.java | 35 +++- .../processors/query/GridQueryProcessor.java | 5 + .../ignite/internal/util/IgniteUtils.java | 6 +- .../visor/cache/VisorCacheConfiguration.java | 11 - .../ignite/spi/discovery/tcp/ServerImpl.java | 46 +++++ .../tcp/internal/TcpDiscoveryNode.java | 2 +- .../tcp/internal/TcpDiscoveryNodesRing.java | 8 +- .../tcp/internal/TcpDiscoveryStatistics.java | 10 +- .../cache/CacheFutureExceptionSelfTest.java | 158 +++++++++++++++ .../GridCachePartitionedNodeRestartTest.java | 5 - ...ePartitionedOptimisticTxNodeRestartTest.java | 2 +- .../GridCacheReplicatedFailoverSelfTest.java | 5 - .../GridCacheReplicatedNodeRestartSelfTest.java | 5 - ...acheAtomicReplicatedNodeRestartSelfTest.java | 14 +- ...heConcurrentEvictionConsistencySelfTest.java | 15 +- .../loadtests/hashmap/GridCacheTestContext.java | 4 +- .../tcp/TcpDiscoveryMultiThreadedTest.java | 38 ++++ .../TcpDiscoveryNodeConsistentIdSelfTest.java | 80 ++++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 1 + .../IgniteSpiDiscoverySelfTestSuite.java | 5 + .../HibernateTransactionalDataRegion.java | 12 +- .../hibernate/HibernateL2CacheSelfTest.java | 7 +- .../HibernateL2CacheTransactionalSelfTest.java | 5 - .../CacheAbstractQueryMetricsSelfTest.java | 157 +++++++++++++- .../cache/CacheLocalQueryMetricsSelfTest.java | 33 +++ ...titionedQueryMetricsDistributedSelfTest.java | 33 +++ ...chePartitionedQueryMetricsLocalSelfTest.java | 33 +++ .../CachePartitionedQueryMetricsSelfTest.java | 32 --- ...plicatedQueryMetricsDistributedSelfTest.java | 33 +++ ...acheReplicatedQueryMetricsLocalSelfTest.java | 33 +++ .../CacheReplicatedQueryMetricsSelfTest.java | 32 --- .../IgniteCacheQuerySelfTestSuite.java | 7 +- .../apache/ignite/cache/jta/CacheTmLookup.java | 3 +- .../processors/cache/jta/CacheJtaManager.java | 72 ++++++- .../cache/jta/GridCacheXAResource.java | 16 +- .../processors/cache/GridCacheJtaSelfTest.java | 52 +++-- .../GridTmLookupLifecycleAwareSelfTest.java | 29 ++- modules/kafka/licenses/apache-2.0.txt | 202 +++++++++++++++++++ modules/kafka/pom.xml | 11 - modules/mesos/pom.xml | 1 - modules/rest-http/pom.xml | 14 +- modules/urideploy/pom.xml | 8 +- .../commands/cache/VisorCacheCommand.scala | 2 - modules/web/pom.xml | 6 +- .../config/benchmark-put-indexed-val.properties | 64 ++++++ modules/yardstick/config/ignite-base-config.xml | 23 +++ .../cache/IgnitePutIndexedValue1Benchmark.java | 42 ++++ .../cache/IgnitePutIndexedValue2Benchmark.java | 42 ++++ .../cache/IgnitePutIndexedValue8Benchmark.java | 42 ++++ .../ignite/yardstick/cache/model/Person1.java | 55 +++++ .../ignite/yardstick/cache/model/Person2.java | 67 ++++++ .../ignite/yardstick/cache/model/Person8.java | 109 ++++++++++ parent/pom.xml | 1 + scripts/git-patch-prop.sh | 2 +- 75 files changed, 1695 insertions(+), 271 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c134dcfa/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c134dcfa/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java ----------------------------------------------------------------------