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/12/01 11:28:07 UTC

ignite git commit: ignite-4314

Repository: ignite
Updated Branches:
  refs/heads/ignite-4314 3fdb1d6ac -> 7c9ba73d2


ignite-4314


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

Branch: refs/heads/ignite-4314
Commit: 7c9ba73d2601f5cf8cdeb34ace0291b12e95e19f
Parents: 3fdb1d6
Author: sboikov <sb...@gridgain.com>
Authored: Thu Dec 1 14:28:01 2016 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Dec 1 14:28:01 2016 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/transactions/IgniteTxHandler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7c9ba73d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java
index 4b99079..6b60f46 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java
@@ -1507,7 +1507,7 @@ public class IgniteTxHandler {
                                     if (log.isDebugEnabled())
                                         log.debug("Got entry removed exception, will retry: " + entry.txKey());
 
-                                    entry.cached(null);
+                                    entry.cached(cacheCtx.cache().entryEx(entry.key(), req.topologyVersion()));
                                 }
                             }
                         }