timoninmaxim commented on code in PR #11713:
URL: https://github.com/apache/ignite/pull/11713#discussion_r1895975809
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedCacheAdapter.java:
##########
@@ -93,6 +94,10 @@ protected GridDistributedCacheAdapter(GridCacheContext<K, V>
ctx, GridCacheConcu
super(ctx, map);
}
+ /** Exception thrown when a non-transactional IgniteCache operation is
invoked within a transaction. */
+ public static final String
NON_TRANSACTIONAL_IGNITE_CACHE_IN_TX_ERROR_MESSAGE = "Failed to invoke a " +
Review Comment:
Move this declaration before constructors definitions
--
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]