vldpyatkov commented on code in PR #13264:
URL: https://github.com/apache/ignite/pull/13264#discussion_r3480966041


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java:
##########
@@ -1024,6 +1032,7 @@ private IgniteInternalFuture<Exception> lockAllAsync0(
                 txRead,
                 retval,
                 timeout,
+                waitTimeout == 0 ? timeout : waitTimeout,

Review Comment:
   It looks like redundant code because we will compare the timeout using the 
`waitTimeoutExpiresFirst` method in any case internally. I have to check it.



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