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 2019/01/21 17:08:27 UTC

[ignite] branch ignite-601 updated: ignite-601

This is an automated email from the ASF dual-hosted git repository.

sboikov pushed a commit to branch ignite-601
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-601 by this push:
     new 1e1f2e7  ignite-601
1e1f2e7 is described below

commit 1e1f2e7e3f0a74e32c596a50d1df4eb2657e9dd6
Author: sboikov <sb...@apache.org>
AuthorDate: Mon Jan 21 20:08:17 2019 +0300

    ignite-601
---
 .../org/apache/ignite/internal/processors/cache/GridCacheAdapter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
index 6a62d6a..8d1b325 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
@@ -3530,7 +3530,7 @@ public abstract class GridCacheAdapter<K, V> implements IgniteInternalCache<K, V
                 if (entry != null) {
                     boolean res = entry.lockedByAny();
 
-                    entry.touch(null);
+                    entry.touch();
 
                     return res;
                 }