Lalant commented on code in PR #7482:
URL: https://github.com/apache/ignite-3/pull/7482#discussion_r2832559266
##########
modules/client/src/main/java/org/apache/ignite/internal/client/tx/ClientTransaction.java:
##########
@@ -348,7 +348,7 @@ public static ClientTransaction get(Transaction tx) {
throw new TransactionException(
TX_ALREADY_FINISHED_ERR,
- format("Transaction is already finished [tx={}].", clientTx));
+ format("Transaction is already finished or finishing
[tx={}].", clientTx));
Review Comment:
Nice idea, I will do 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]