nizhikov commented on code in PR #11645:
URL: https://github.com/apache/ignite/pull/11645#discussion_r1831561617


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxManager.java:
##########
@@ -3594,4 +3595,15 @@ public boolean uncommitedTx(final DataEntry dataEntry) {
     public void clearUncommitedStates() {
         uncommitedTx = Collections.emptySet();
     }
+
+    /**
+     * Checks if transaction mode supported for transaction aware queries.
+     * @param isolation Transaction isolation to check.
+     */
+    public static void ensureTransactionModeSupported(TransactionIsolation 
isolation) {

Review Comment:
   The second usage appear in #11580 



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