anton-vinogradov commented on code in PR #12843:
URL: https://github.com/apache/ignite/pull/12843#discussion_r3013952162


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java:
##########
@@ -2395,7 +2395,14 @@ private boolean checkExpired() throws 
IgniteCheckedException {
             long delta = expireTime - U.currentTimeMillis();
 
             if (delta <= 0) {
-                removeValue();
+                cctx.shared().database().checkpointReadLock();

Review Comment:
   Still see no answer why none of 16 
`cctx.shared().database().checkpointReadLock();` usages helped.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to