zstan commented on code in PR #11559: URL: https://github.com/apache/ignite/pull/11559#discussion_r1848343508
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxyImpl.java: ########## @@ -1703,6 +1703,8 @@ private IgniteInternalFuture<Void> putAsync0(K key, V val) { /** {@inheritDoc} */ @Override public void localClearAll(Set<? extends K> keys) { +/* if (ctx.transactional() && ctx.grid().transactions().tx() != null) Review Comment: plz fix it -- 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