ptupitsyn commented on code in PR #7482:
URL: https://github.com/apache/ignite-3/pull/7482#discussion_r2832820933
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/table/ClientTableCommon.java:
##########
@@ -526,7 +526,7 @@ public static TableNotFoundException
tableIdNotFoundException(Integer tableId) {
// Remote transaction will be synchronously rolled
back if the timeout has exceeded.
if (remote.isRolledBackWithTimeoutExceeded()) {
throw new
TransactionException(TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR,
- "Transaction is already finished [tx="
+ remote + "].");
+ "Transaction is already finished or
finishing [tx=" + remote + "].");
Review Comment:
I am still confused about "finished or finishing", what is the difference
for the user?
--
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]