rahulrane50 commented on code in PR #2381:
URL: https://github.com/apache/helix/pull/2381#discussion_r1116067589


##########
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/ResourceMonitor.java:
##########
@@ -125,6 +128,7 @@ public ResourceMonitor(String clusterName, String 
resourceName, ObjectName objec
     _numLessMinActiveReplicaPartitions =
         new SimpleDynamicMetric("MissingMinActiveReplicaPartitionGauge", 0L);
     _numNonTopStatePartitions = new 
SimpleDynamicMetric("MissingTopStatePartitionGauge", 0L);
+    _missingTopStatePartitionsBeyondThresholdGuage = new 
SimpleDynamicMetric("MissingTopStatePartitionsBeyondThresholdGauge", 0L);

Review Comment:
   Good catch! TFTR!



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to