vldpyatkov commented on a change in pull request #8885:
URL: https://github.com/apache/ignite/pull/8885#discussion_r600736302



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearOptimisticTxPrepareFuture.java
##########
@@ -671,14 +678,9 @@ else if (!cacheCtx.isLocal())
         }
 
         if (cur == null || !cur.primary().id().equals(primary.id()) ||
-            (primary.isLocal() && cur.hasNearCacheEntries() != 
cacheCtx.isNear())) {
-            boolean clientFirst = cur == null && !topLocked && 
cctx.kernalContext().clientNode();

Review comment:
       Please, remove _topLocked_ from the method parameters, if you removed 
its usage.




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

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


Reply via email to