denis-chudov commented on code in PR #2279: URL: https://github.com/apache/ignite-3/pull/2279#discussion_r1252995910
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java: ########## @@ -129,6 +128,14 @@ CompletableFuture<Void> cleanup( @TestOnly int finished(); + /** + * Returns a number of pending transactions, that is, transactions that have not yet been committed. Review Comment: ```suggestion * Returns a number of pending transactions, that is, transactions that have not yet been committed or rolled back. ``` -- 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