vldpyatkov commented on code in PR #4808:
URL: https://github.com/apache/ignite-3/pull/4808#discussion_r1863069419


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/HeapLockManager.java:
##########
@@ -174,7 +174,7 @@ public CompletableFuture<Lock> acquire(UUID txId, LockKey 
lockKey, LockMode lock
         if (lockKey.contextId() == null) { // Treat this lock as a 
hierarchy(coarse) lock.
             CoarseLockState state = coarseMap.computeIfAbsent(lockKey, key -> 
new CoarseLockState(lockKey));
 
-            return state.acquire(txId, lockKey, lockMode);
+            return state.acquire(txId, lockMode);

Review Comment:
   It is just a mistake. I am sure the dedicated PR is not necessary.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to