You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2015/10/27 16:51:10 UTC

[09/10] ignite git commit: Merge branches 'ignite-1.4-slow-server-debug' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.4-slow-server-debug

Merge branches 'ignite-1.4-slow-server-debug' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.4-slow-server-debug


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

Branch: refs/heads/ignite-1.4-slow-server-debug
Commit: e40d09b32b4d5f8bd9edab0e789b7d8fb6b44c4a
Parents: 55a2798 3ec52f3
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Tue Oct 27 18:27:35 2015 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Tue Oct 27 18:27:35 2015 +0300

----------------------------------------------------------------------
 .../ClientAbstractMultiThreadedSelfTest.java    |   3 +-
 .../affinity/fair/FairAffinityFunction.java     | 497 ++++++++++++++-----
 .../rendezvous/RendezvousAffinityFunction.java  | 140 ++----
 .../processors/cache/GridCacheProcessor.java    |  13 -
 .../processors/cache/GridCacheUtils.java        |  50 ++
 .../continuous/CacheContinuousQueryManager.java |   6 +-
 .../AbstractAffinityFunctionSelfTest.java       | 293 +++++++++++
 .../affinity/AffinityClientNodeSelfTest.java    | 194 ++++++++
 ...ityFunctionBackupFilterAbstractSelfTest.java | 138 +++++
 ...unctionExcludeNeighborsAbstractSelfTest.java | 182 +++++++
 .../affinity/IgniteClientNodeAffinityTest.java  | 194 --------
 .../fair/FairAffinityDynamicCacheSelfTest.java  |  97 ++++
 ...airAffinityFunctionBackupFilterSelfTest.java |  35 ++
 ...ffinityFunctionExcludeNeighborsSelfTest.java |  31 ++
 .../fair/FairAffinityFunctionNodesSelfTest.java | 245 +++++++++
 .../fair/FairAffinityFunctionSelfTest.java      |  31 ++
 .../GridFairAffinityFunctionNodesSelfTest.java  | 245 ---------
 .../fair/GridFairAffinityFunctionSelfTest.java  | 270 ----------
 .../IgniteFairAffinityDynamicCacheSelfTest.java |  97 ----
 ...ousAffinityFunctionBackupFilterSelfTest.java |  35 ++
 ...ffinityFunctionExcludeNeighborsSelfTest.java |  32 ++
 .../RendezvousAffinityFunctionSelfTest.java     |  50 ++
 .../cache/CrossCacheTxRandomOperationsTest.java |   2 +-
 .../GridCacheAbstractLocalStoreSelfTest.java    |   5 +
 ...idCacheConfigurationConsistencySelfTest.java |  17 -
 .../cache/IgniteCacheCreateRestartSelfTest.java |   2 +
 ...IgnitePartitionedCountDownLatchSelfTest.java |   7 +-
 ...dCachePartitionedAffinityFilterSelfTest.java | 143 ------
 .../dht/GridCacheDhtPreloadPutGetSelfTest.java  |   3 +
 ...unctionExcludeNeighborsAbstractSelfTest.java | 184 -------
 ...ffinityFunctionExcludeNeighborsSelfTest.java |  32 --
 ...xcludeNeighborsMultiNodeFullApiSelfTest.java |  36 ++
 ...tedFairAffinityMultiNodeFullApiSelfTest.java |  35 ++
 ...xcludeNeighborsMultiNodeFullApiSelfTest.java |  36 ++
 ...dezvousAffinityMultiNodeFullApiSelfTest.java |  36 ++
 .../IgniteCacheFullApiSelfTestSuite.java        |   8 +
 .../ignite/testsuites/IgniteCacheTestSuite.java |  16 +-
 .../testsuites/IgniteCacheTestSuite2.java       |  12 +-
 .../cache/IgniteCacheAbstractQuerySelfTest.java |   4 +
 39 files changed, 2031 insertions(+), 1425 deletions(-)
----------------------------------------------------------------------