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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]