You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/11/28 08:00:36 UTC

[GitHub] [ignite] timoninmaxim commented on a diff in pull request #10318: IGNITE-8801 Set IGNITE_ALLOW_ATOMIC_OPS_IN_TX default as false

timoninmaxim commented on code in PR #10318:
URL: https://github.com/apache/ignite/pull/10318#discussion_r1033222481


##########
modules/core/src/main/java/org/apache/ignite/IgniteCache.java:
##########
@@ -244,9 +244,9 @@
     public <K1, V1> IgniteCache<K1, V1> withKeepBinary();
 
     /**
-     * By default atomic operations are allowed in transaction.
-     * To restrict transactions from operations with atomic caches you can set system property
-     * {@link IgniteSystemProperties#IGNITE_ALLOW_ATOMIC_OPS_IN_TX IGNITE_ALLOW_ATOMIC_OPS_IN_TX} to {@code false}.
+     * Since 2.15.0 by default atomic operations inside transactions are not allowed.

Review Comment:
   "... are not allowed **by default**".



-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org