zstan commented on code in PR #4762: URL: https://github.com/apache/ignite-3/pull/4762#discussion_r1856628664
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/HeapLockManager.java: ########## @@ -251,22 +251,18 @@ public void releaseAll(UUID txId) { } } + @Override + public Iterator<Lock> locks() { Review Comment: got it, let\`s call also @vldpyatkov here -- 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