You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/18 08:54:21 UTC

[03/17] ignite git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4e75e14a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4e75e14a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4e75e14a

Branch: refs/heads/ignite-5075
Commit: 4e75e14a1c75055ede0432b2f9b5e3265d134a50
Parents: 475eda0 794e1d3
Author: Nikita Ivanov <ni...@gmail.com>
Authored: Wed May 17 20:26:25 2017 -0700
Committer: Nikita Ivanov <ni...@gmail.com>
Committed: Wed May 17 20:26:25 2017 -0700

----------------------------------------------------------------------
 .../ClientAbstractMultiNodeSelfTest.java        |  3 +-
 .../client/impl/GridClientDataImpl.java         |  3 +-
 .../internal/executor/GridExecutorService.java  |  3 +-
 .../deployment/GridDeploymentClassLoader.java   |  3 +-
 .../cache/database/freelist/FreeListImpl.java   |  3 +-
 .../cache/database/freelist/PagesList.java      |  3 +-
 .../cache/database/tree/util/PageHandler.java   |  3 +-
 .../jobmetrics/GridJobMetricsProcessor.java     |  4 +-
 .../internal/util/gridify/GridifyUtils.java     |  6 +-
 .../offheap/unsafe/GridOffHeapSnapTreeMap.java  |  3 +-
 .../local/LocalAffinityFunctionTest.java        |  6 +-
 .../store/GridCacheBalancingStoreSelfTest.java  | 32 ++------
 .../internal/ClusterNodeMetricsSelfTest.java    |  3 +-
 .../ComputeJobCancelWithServiceSelfTest.java    |  3 +-
 .../IgniteComputeEmptyClusterGroupTest.java     |  6 +-
 .../MarshallerContextLockingSelfTest.java       |  3 +-
 .../GridCacheBinaryObjectsAbstractSelfTest.java |  3 +-
 .../IgniteCountDownLatchAbstractSelfTest.java   |  3 +-
 .../IgniteDataStructureUniqueNameTest.java      |  3 +-
 .../IgniteCacheTxIteratorSelfTest.java          | 21 ++---
 ...eContinuousQueryReplicatedTxOneNodeTest.java |  3 +-
 ...heWriteBehindStoreMultithreadedSelfTest.java |  3 +-
 ...gniteComputeConfigVariationsFullApiTest.java | 84 +++++---------------
 ...gfsSecondaryFileSystemInjectionSelfTest.java |  6 +-
 .../GridServiceProcessorAbstractSelfTest.java   |  3 +-
 ...GridUnsafeDataOutputArraySizingSelfTest.java |  4 +-
 .../IpcSharedMemoryBenchmarkReader.java         |  3 +-
 .../offheap/GridOffHeapMapAbstractSelfTest.java |  3 +-
 .../unsafe/GridUnsafeMemorySelfTest.java        |  3 +-
 .../marshaller/GridMarshallerAbstractTest.java  |  6 +-
 .../TcpCommunicationSpiFaultyClientTest.java    |  3 +-
 .../tests/p2p/P2PTestTaskExternalPath2.java     |  4 +-
 .../sink/flink/FlinkIgniteSinkSelfTest.java     |  9 +--
 .../HadoopIgfs20FileSystemAbstractSelfTest.java |  3 +-
 .../IgniteHadoopFileSystemAbstractSelfTest.java |  6 +-
 .../taskexecutor/HadoopExecutorServiceTest.java |  3 +-
 .../GridCacheQueryIndexDisabledSelfTest.java    |  4 +-
 ...butedPartitionQueryNodeRestartsSelfTest.java |  6 +-
 .../kafka/connect/IgniteSinkConnectorTest.java  |  3 +-
 .../connect/IgniteSourceConnectorTest.java      |  3 +-
 .../log4j2/GridLog4j2InitializedTest.java       |  3 +-
 .../log4j2/GridLog4j2LoggingFileTest.java       |  3 +-
 .../org/apache/ignite/mesos/IgniteTask.java     |  3 +-
 .../spring/SpringTransactionManager.java        | 32 ++------
 .../internal/IgniteDynamicCacheConfigTest.java  |  4 +-
 .../GridSpringTransactionManagerSelfTest.java   | 42 +++-------
 .../spi/deployment/uri/UriDeploymentSpi.java    |  6 +-
 .../scanners/http/UriDeploymentHttpScanner.java |  3 +-
 .../uri/GridUriDeploymentMd5CheckSelfTest.java  |  9 +--
 49 files changed, 111 insertions(+), 273 deletions(-)
----------------------------------------------------------------------