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 2016/02/15 07:04:18 UTC

[11/11] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-2407

Merge remote-tracking branch 'remotes/origin/master' into ignite-2407


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

Branch: refs/heads/ignite-2407
Commit: b6b7110c920779a0e9bd460d59f547bb8a017f97
Parents: 6c29104 46b6a76
Author: sboikov <sb...@gridgain.com>
Authored: Mon Feb 15 09:03:43 2016 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon Feb 15 09:03:43 2016 +0300

----------------------------------------------------------------------
 .../ignite/internal/binary/BinaryUtils.java     |   4 +-
 .../binary/builder/BinaryBuilderSerializer.java |  16 +-
 .../binary/builder/BinaryObjectBuilderImpl.java |  12 +-
 .../binary/builder/BinaryValueWithType.java     |   3 +-
 .../processors/cache/GridCacheAdapter.java      |   4 +-
 .../cache/GridCacheClearAllRunnable.java        |   2 +-
 .../processors/cache/GridCacheEntryEx.java      |  11 +-
 .../processors/cache/GridCacheMapEntry.java     | 102 ++--
 .../processors/cache/GridCacheProcessor.java    |  10 +-
 .../processors/cache/GridCacheSwapManager.java  |  43 +-
 .../dht/GridDhtPartitionTopologyImpl.java       |   7 +-
 .../GridDhtPartitionsExchangeFuture.java        |   6 +
 .../ignite/spi/discovery/tcp/ServerImpl.java    |   5 +
 .../TcpDiscoveryCustomEventMessage.java         |  10 +-
 .../apache/ignite/spi/indexing/IndexingSpi.java |   4 +-
 .../internal/GridAffinityNoCacheSelfTest.java   |   6 +-
 .../BinaryObjectBuilderAdditionalSelfTest.java  |  91 +++-
 ...naryObjectBuilderDefaultMappersSelfTest.java |  30 +-
 .../cache/CacheConfigurationLeakTest.java       |  62 +++
 .../processors/cache/GridCacheTestEntryEx.java  |   5 +-
 .../GridSessionCheckpointAbstractSelfTest.java  |   6 +-
 .../spi/discovery/tcp/TcpDiscoverySelfTest.java |   2 +-
 .../testsuites/IgniteCacheTestSuite2.java       |   2 +
 .../CacheQueryOffheapEvictDataLostTest.java     | 138 +++++
 .../CacheRandomOperationsMultithreadedTest.java | 507 +++++++++++++++++++
 .../IgniteCacheQuerySelfTestSuite.java          |   3 +
 .../IgniteCacheWithIndexingTestSuite.java       |   2 +
 .../Binary/BinaryStructureTest.cs               |  38 +-
 .../Impl/Binary/BinaryReader.cs                 |   2 +-
 .../yardstick/cache/IgniteInvokeBenchmark.java  |  65 +++
 .../cache/IgniteInvokeTxBenchmark.java          |  30 ++
 .../tcp/ipfinder/zk/ZookeeperIpFinderTest.java  |   2 +-
 32 files changed, 1093 insertions(+), 137 deletions(-)
----------------------------------------------------------------------