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/09/27 12:03:50 UTC

[4/4] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-1.6.9' into ignite-3601p

Merge remote-tracking branch 'remotes/community/ignite-1.6.9' into ignite-3601p


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

Branch: refs/heads/ignite-3601p
Commit: 0c64a786540863c4ed5c7f0e4cec0bdece4747a7
Parents: 9c11bf0 c2a3f11
Author: sboikov <sb...@gridgain.com>
Authored: Tue Sep 27 14:58:59 2016 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Tue Sep 27 14:58:59 2016 +0300

----------------------------------------------------------------------
 .../ignite/cache/store/jdbc/JdbcType.java       |   2 +-
 .../processors/cache/GridCacheProcessor.java    |   2 +
 .../cache/GridCacheSharedContext.java           |  24 +++-
 .../cache/GridCacheSharedTtlCleanupManager.java | 132 +++++++++++++++++++
 .../processors/cache/GridCacheTtlManager.java   | 115 ++++------------
 .../GridCacheTtlManagerNotificationTest.java    | 107 ++++++++++++++-
 .../IgniteCacheExpiryPolicyTestSuite.java       |   2 +
 ...eCacheOnlyOneTtlCleanupThreadExistsTest.java | 102 ++++++++++++++
 .../loadtests/hashmap/GridCacheTestContext.java |   2 +
 .../Apache.Ignite.Core/Compute/ICompute.cs      |   6 +-
 .../Impl/Unmanaged/UnmanagedCallbacks.cs        |   6 +-
 11 files changed, 391 insertions(+), 109 deletions(-)
----------------------------------------------------------------------