You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/01/27 10:13:36 UTC

ignite git commit: 2224-2

Repository: ignite
Updated Branches:
  refs/heads/ignite-2224-2 0aaea4522 -> 3dcf27345


2224-2


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

Branch: refs/heads/ignite-2224-2
Commit: 3dcf27345c420848d49e5364afa4111f7281ead0
Parents: 0aaea45
Author: Anton Vinogradov <av...@apache.org>
Authored: Wed Jan 27 12:13:38 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Wed Jan 27 12:13:38 2016 +0300

----------------------------------------------------------------------
 .../processors/cache/distributed/near/GridNearGetFuture.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3dcf2734/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java
index 1766194..f7c3f06 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java
@@ -758,7 +758,7 @@ public final class GridNearGetFuture<K, V> extends CacheDistributedGetFutureAdap
                         keepCacheObjects,
                         deserializeBinary,
                         false,
-                        needVer ? ver : null);
+                        needVer ? info.version() : null);
                 }
                 catch (GridCacheEntryRemovedException ignore) {
                     if (log.isDebugEnabled())