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 <[email protected]> Authored: Thu Mar 16 16:10:02 2017 +0300 Committer: Max Kozlov <[email protected]> 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 ----------------------------------------------------------------------
