sergey-chugunov-1985 commented on code in PR #13238:
URL: https://github.com/apache/ignite/pull/13238#discussion_r3504781364
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheMetricsImpl.java:
##########
@@ -246,6 +246,12 @@ public class CacheMetricsImpl implements CacheMetrics {
/** Conflict resolver merged entries count. */
private LongAdderMetric rslvrMergedCnt;
+ /** */
+ private Boolean affCfgMdcSafe;
+
+ /** */
+ private Boolean mdcSafePartDistrib;
Review Comment:
Fixed.
--
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]