You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/10 09:05:30 UTC

[6/6] ignite git commit: Merge branch 'ignite-3477-master' of https://github.com/gridgain/apache-ignite into ignite-3477-master

Merge branch 'ignite-3477-master' of https://github.com/gridgain/apache-ignite into ignite-3477-master


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

Branch: refs/heads/ignite-3477-master
Commit: 4f0061b31ee71dff1297b8b601abc5599a94d31d
Parents: 2e99647 973f335
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Mon Apr 10 12:05:05 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Mon Apr 10 12:05:05 2017 +0300

----------------------------------------------------------------------
 .../apache/ignite/internal/IgniteKernal.java    |   3 +
 .../org/apache/ignite/internal/IgnitionEx.java  |   2 +-
 .../processors/cache/GridCacheProcessor.java    |  25 ++++
 .../cache/IgniteCacheOffheapManagerImpl.java    |   8 +-
 .../IgniteCacheDatabaseSharedManager.java       |   6 +-
 .../cache/CacheClientStoreSelfTest.java         |   4 +
 .../cache/CacheStopAndDestroySelfTest.java      |  48 ++++++--
 .../cache/ClusterStateAbstractTest.java         |   5 +-
 ...heExpiredEntriesPreloadAbstractSelfTest.java | 122 -------------------
 ...acheAtomicExpiredEntriesPreloadSelfTest.java |  46 -------
 ...idCacheDhtExpiredEntriesPreloadSelfTest.java |  39 ------
 ...dCacheNearExpiredEntriesPreloadSelfTest.java |  33 -----
 .../testsuites/IgniteCacheTestSuite2.java       |   9 +-
 13 files changed, 81 insertions(+), 269 deletions(-)
----------------------------------------------------------------------