ascherbakoff commented on code in PR #6307:
URL: https://github.com/apache/ignite-3/pull/6307#discussion_r2239784050


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/table/ClientTableCommon.java:
##########
@@ -494,6 +494,7 @@ public static InternalTransaction startExplicitTx(
             boolean readOnly,
             InternalTxOptions options
     ) {
+        // Provided value will be used on explicit RO transaction start.

Review Comment:
   This means exactly what you saying.
   I've refactored tx begin logic to improve code quality.
   txManager.begin is removed



-- 
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

Reply via email to