sk0x50 commented on code in PR #5664: URL: https://github.com/apache/ignite-3/pull/5664#discussion_r2055402854
########## modules/low-watermark/src/main/java/org/apache/ignite/internal/lowwatermark/LowWatermarkImpl.java: ########## @@ -234,18 +234,12 @@ HybridTimestamp createNewLowWatermarkCandidate() { } private void setLowWatermark(HybridTimestamp newLowWatermark) { - updateLowWatermarkLock.writeLock().lock(); Review Comment: This method is called only from one place `waitForLocksAndSetLowWatermark`, where the corresponding write lock is already acquired. -- 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