zstan commented on code in PR #12666:
URL: https://github.com/apache/ignite/pull/12666#discussion_r2753218347


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/store/GridCacheStoreManagerAdapter.java:
##########
@@ -117,12 +120,17 @@ public abstract class GridCacheStoreManagerAdapter 
extends GridCacheManagerAdapt
     /** Always keep binary. */
     protected boolean alwaysKeepBinary;
 
+    /** Failure handler reaction. */
+    private Consumer<Throwable> failureHandlerAction;

Review Comment:
   why do we need abbr if it correctly passed through check style ? Upper i see 
no abbr, also i think that abbr make it less readable.



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

Reply via email to