ygerzhedovich commented on code in PR #2757:
URL: https://github.com/apache/ignite-3/pull/2757#discussion_r1373089328
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -524,7 +525,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,
IgniteStringFormatter.format(
+ new TransactionException(TX_UNEXPECTED_STATE_ERR,
format(
"Failed to enlist a write operation into a
transaction, tx is locked for updates "
+ "[tableName={}, partId={},
txState={}]",
Review Comment:
```suggestion
+ "[tableName={}, partId={},
txState={}].",
```
--
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]