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/13 15:35:08 UTC

[38/39] ignite git commit: Fix size GridCacheVersion bug.

Fix size GridCacheVersion bug.


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

Branch: refs/heads/ignite-4587
Commit: 530075bce79d64dd23128adc77ceccf2cd6577fa
Parents: 7db3b40 7701104
Author: Max Kozlov <dr...@gmail.com>
Authored: Thu Mar 16 16:10:02 2017 +0300
Committer: Max Kozlov <dr...@gmail.com>
Committed: Thu Mar 16 16:10:02 2017 +0300

----------------------------------------------------------------------
 .../cache/GridCacheSwapEntryImpl.java           |  4 ++--
 .../dht/GridPartitionedGetFuture.java           |  2 +-
 .../cache/transactions/IgniteTxEntry.java       |  8 +++----
 .../cache/version/GridCacheVersion.java         |  2 +-
 .../cache/GridCacheMvccPartitionedSelfTest.java | 22 ++++++++++----------
 .../processors/cache/GridCacheMvccSelfTest.java |  4 ++--
 .../transactions/DepthFirstSearchTest.java      | 18 ++++++++--------
 7 files changed, 30 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/530075bc/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java
----------------------------------------------------------------------