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 AAD0E18FAF for ; Wed, 2 Dec 2015 03:07:34 +0000 (UTC) Received: (qmail 13739 invoked by uid 500); 2 Dec 2015 03:07:34 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 13646 invoked by uid 500); 2 Dec 2015 03:07:34 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 12555 invoked by uid 99); 2 Dec 2015 03:07:31 -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, 02 Dec 2015 03:07:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E474E08B3; Wed, 2 Dec 2015 03:07:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Wed, 02 Dec 2015 03:08:01 -0000 Message-Id: <30fc1f69a8094b4680f37147a645d639@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [32/32] ignite git commit: Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-843-rc2 Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-843-rc2 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/78f9e8fc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/78f9e8fc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/78f9e8fc Branch: refs/heads/ignite-843-rc2 Commit: 78f9e8fcf1ece6188378707e485c67990464e33e Parents: c9026b9 3ac1504 Author: Andrey Authored: Wed Dec 2 09:41:52 2015 +0700 Committer: Andrey Committed: Wed Dec 2 09:41:52 2015 +0700 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 2 + examples/pom.xml | 5 +- examples/schema-import/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/apache-license-gen/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/camel/pom.xml | 5 +- .../ignite/stream/camel/package-info.java | 21 +++ .../ignite/stream/camel/package-info.java | 21 +++ modules/clients/pom.xml | 2 +- modules/cloud/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- .../org/apache/ignite/internal/IgnitionEx.java | 4 +- .../GridDeploymentPerVersionStore.java | 12 +- .../internal/portable/BinaryFieldAccessor.java | 83 +++++++-- .../internal/portable/BinaryReaderExImpl.java | 11 ++ .../CacheDefaultBinaryAffinityKeyMapper.java | 19 +- .../processors/cache/GridCacheAdapter.java | 8 +- .../processors/cache/GridCacheContext.java | 37 ++-- .../GridCacheDefaultAffinityKeyMapper.java | 9 +- .../processors/cache/GridCacheMapEntry.java | 6 +- .../GridCachePartitionExchangeManager.java | 23 +-- .../processors/cache/GridCachePreloader.java | 5 + .../cache/GridCachePreloaderAdapter.java | 7 +- .../processors/cache/GridCacheProcessor.java | 14 +- .../processors/cache/GridCacheProxyImpl.java | 12 ++ .../processors/cache/IgniteCacheProxy.java | 24 +++ .../processors/cache/IgniteInternalCache.java | 9 + .../distributed/dht/GridDhtLockFuture.java | 17 +- .../dht/atomic/GridDhtAtomicCache.java | 4 +- .../dht/atomic/GridDhtAtomicUpdateRequest.java | 4 + .../dht/preloader/GridDhtPartitionDemander.java | 32 ++-- .../dht/preloader/GridDhtPreloader.java | 27 +++ .../distributed/near/GridNearGetFuture.java | 12 +- .../CacheObjectBinaryProcessorImpl.java | 7 +- .../cache/transactions/IgniteTxHandler.java | 2 +- .../handlers/query/QueryCommandHandler.java | 2 +- .../ignite/internal/util/IgniteUtils.java | 8 + .../communication/tcp/TcpCommunicationSpi.java | 18 +- .../spi/discovery/tcp/TcpDiscoverySpi.java | 2 - .../core/src/main/resources/ignite.properties | 2 +- .../portable/BinaryMarshallerSelfTest.java | 186 ++++++++++++++++--- .../CachePutEventListenerErrorSelfTest.java | 35 ++-- ...cheAbstractFullApiMultithreadedSelfTest.java | 9 +- .../cache/GridCacheAbstractFullApiSelfTest.java | 2 - .../cache/GridCacheClearSelfTest.java | 9 +- ...inodeUpdateNearEnabledNoBackupsSelfTest.java | 9 +- .../cache/IgniteCacheAbstractTest.java | 3 + .../IgniteCacheStoreValueAbstractTest.java | 111 ++++++----- .../cache/IgniteCacheTxPreloadNoWriteTest.java | 2 +- ...eAbstractDataStructuresFailoverSelfTest.java | 32 ++-- ...idCacheNearOnlyMultiNodeFullApiSelfTest.java | 3 +- ...eRebalancingUnmarshallingFailedSelfTest.java | 13 +- .../GridCacheLocalIsolatedNodesSelfTest.java | 6 +- .../cache/GridCacheCommandHandlerSelfTest.java | 7 +- .../internal/util/nio/GridNioSelfTest.java | 69 +++---- .../tcp/IgniteCacheSslStartStopSelfTest.java | 2 +- ...ObjectsCacheDataStructuresSelfTestSuite.java | 4 + ...BinaryObjectsCacheExpiryPolicyTestSuite.java | 4 + ...gniteBinaryObjectsCacheRestartTestSuite.java | 4 + .../IgniteBinaryObjectsCacheTestSuite2.java | 4 + .../IgniteBinaryObjectsCacheTestSuite3.java | 4 + .../IgniteBinaryObjectsCacheTestSuite4.java | 4 + ...IgniteBinaryObjectsComputeGridTestSuite.java | 4 + .../IgnitePortableCacheTestSuite.java | 1 - modules/extdata/p2p/pom.xml | 2 +- .../extdata/uri/modules/uri-dependency/pom.xml | 2 +- modules/extdata/uri/pom.xml | 4 +- modules/flume/pom.xml | 5 +- .../ignite/stream/flume/package-info.java | 21 +++ .../ignite/stream/flume/package-info.java | 21 +++ modules/gce/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- modules/jcl/pom.xml | 2 +- modules/jms11/pom.xml | 2 +- .../ignite/stream/jms11/package-info.java | 21 +++ .../ignite/stream/jms11/package-info.java | 21 +++ modules/jta/pom.xml | 2 +- modules/kafka/pom.xml | 2 +- .../ignite/stream/kafka/package-info.java | 21 +++ .../ignite/stream/kafka/package-info.java | 21 +++ modules/log4j/pom.xml | 2 +- modules/log4j2/pom.xml | 2 +- modules/mesos/pom.xml | 2 +- modules/mqtt/pom.xml | 5 +- .../apache/ignite/stream/mqtt/package-info.java | 21 +++ .../apache/ignite/stream/mqtt/package-info.java | 21 +++ modules/platforms/cpp/common/configure.ac | 2 +- modules/platforms/cpp/core-test/configure.ac | 2 +- modules/platforms/cpp/core/configure.ac | 2 +- modules/platforms/cpp/examples/configure.ac | 2 +- modules/platforms/cpp/ignite/configure.ac | 2 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 6 +- .../Apache.Ignite/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- modules/rest-http/pom.xml | 2 +- modules/scalar-2.10/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/spark-2.10/pom.xml | 2 +- modules/spark/pom.xml | 2 +- modules/spring/pom.xml | 2 +- .../ignite/cache/store/spring/package-info.java | 21 +++ modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/twitter/pom.xml | 5 +- .../ignite/stream/twitter/package-info.java | 21 +++ .../twitter/IgniteTwitterStreamerTestSuite.java | 19 +- .../ignite/stream/twitter/package-info.java | 21 +++ modules/urideploy/pom.xml | 2 +- modules/visor-console-2.10/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 6 +- modules/yarn/pom.xml | 2 +- modules/zookeeper/pom.xml | 2 +- .../discovery/tcp/ipfinder/zk/package-info.java | 21 +++ pom.xml | 2 +- 129 files changed, 1077 insertions(+), 350 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/78f9e8fc/modules/schema-import/pom.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/78f9e8fc/pom.xml ----------------------------------------------------------------------