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


##########
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/ResourceMonitor.java:
##########
@@ -78,6 +83,13 @@ public enum RebalanceStatus {
   // Histograms
   private HistogramDynamicMetric _partitionTopStateHandoffDurationGauge;
   private HistogramDynamicMetric _partitionTopStateHandoffHelixLatencyGauge;
+  // A new Gauage for reporting number of partitions with missing top state 
has been added. The main reason of deprecating
+  // this gauge because it's similar to other failedTopStateCounter and 
averaging out duration of all those handsoff
+  // won't really help in debugging the issue. Hence please use new gauage 
_missingTopStatePartitionsBeyondThresholdGauge
+  // to find number of partitions with missing top state beyond threshold and 
to find duration use
+  // _maxSinglePartitionTopStateHandoffDuration. New gauage will help with 
that. Please find more info at
+  // https://github.com/apache/helix/pull/2381
+  @Deprecated

Review Comment:
   Thanks for the reply. Please consider using more succinct wording. 



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