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/26 14:16:44 UTC

[26/35] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/ignite-2407
Commit: 10214ccd2ef5f173e4e5ae171ae2f88a967e0ec5
Parents: 4124d33 a7b6ad3
Author: Valentin Kulichenko <va...@gmail.com>
Authored: Wed Feb 24 20:11:14 2016 -0800
Committer: Valentin Kulichenko <va...@gmail.com>
Committed: Wed Feb 24 20:11:14 2016 -0800

----------------------------------------------------------------------
 .../apache/ignite/IgniteSystemProperties.java   |   3 +
 .../processors/cache/GridCacheMvccManager.java  | 142 ++++++++++++-------
 .../distributed/dht/GridDhtLockFuture.java      |  17 ++-
 .../transactions/IgniteTxLocalAdapter.java      |   4 +
 .../cache/GridCacheAbstractFullApiSelfTest.java |  65 +++++++++
 .../cache/GridCacheAbstractSelfTest.java        |  19 +++
 .../IgniteCachePutStackOverflowSelfTest.java    | 133 +++++++++++++++++
 .../GridCacheBinaryObjectsAbstractSelfTest.java |  40 ++++++
 .../testsuites/IgniteCacheTestSuite5.java       |   2 +
 9 files changed, 373 insertions(+), 52 deletions(-)
----------------------------------------------------------------------