sanpwc commented on code in PR #3092:
URL: https://github.com/apache/ignite-3/pull/3092#discussion_r1474659869
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -520,7 +520,7 @@ private <R> CompletableFuture<R> trackingInvoke(
// Track only write requests from explicit transactions.
if (!txManager.addInflight(tx.id())) {
return failedFuture(
- new TransactionException(TX_UNEXPECTED_STATE_ERR,
format(
+ new
TransactionException(TX_FAILED_READ_WRITE_OPERATION_ERR, format(
Review Comment:
Should we name it TX_ENLISTMENT_ERR or similar in order not to update it
when we will expand the logic over RO transactions?
--
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]