sergey-chugunov-1985 commented on code in PR #12972:
URL: https://github.com/apache/ignite/pull/12972#discussion_r3207641019


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java:
##########
@@ -457,8 +457,6 @@ protected GridDhtLocalPartition localPartition() {
         boolean deferred = false;
         GridCacheVersion ver0 = null;
 
-        cctx.shared().database().checkpointReadLock();

Review Comment:
   I added this assertion, found more places with issues with cp readlock, 
which resulted in rewriting the fix.



-- 
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