ascherbakoff commented on code in PR #2520: URL: https://github.com/apache/ignite-3/pull/2520#discussion_r1345622165
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/LockManager.java: ########## @@ -33,7 +33,6 @@ public interface LockManager { * @param lockKey The key. * @param lockMode Lock mode, for example shared, exclusive, intention-shared etc. * @return The future with gained lock that will be completed when a lock is successfully acquired. - * @throws LockException When a lock can't be taken due to possible deadlock. Review Comment: Because this exception is never thrown. -- 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