nizhikov commented on a change in pull request #8150:
URL: https://github.com/apache/ignite/pull/8150#discussion_r471311105
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/ClusterMetricsMXBeanImpl.java
##########
@@ -47,13 +54,37 @@
/** Cluster metrics update mutex. */
private final Object clusterMetricsMux = new Object();
+ /** Topology version metric. */
+ private final LongMetric topVer;
Review comment:
Let's remove this metric from new framework.
"CurrentTopologyVersion" would be added by the #8145 in the "io.discovery"
registry.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]