maksaska commented on code in PR #12128: URL: https://github.com/apache/ignite/pull/12128#discussion_r2157324600
########## modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientTransactions.java: ########## @@ -106,7 +106,7 @@ private ClientTransaction txStart0(TransactionConcurrency concurrency, Transacti writer.writeString(lb); } }, - res -> new TcpClientTransaction(res.in().readInt(), res.clientChannel()) + res -> new TcpClientTransaction(res.in().readInt(), res.clientChannel(), concurrency, isolation) Review Comment: Done! -- 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