J-HowHuang commented on code in PR #15518:
URL: https://github.com/apache/pinot/pull/15518#discussion_r2054988786


##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java:
##########
@@ -207,7 +207,12 @@ public enum ControllerGauge implements 
AbstractMetrics.Gauge {
   
PAUSELESS_SEGMENTS_IN_UNRECOVERABLE_ERROR_COUNT("pauselessSegmentsInUnrecoverableErrorCount",
 false),
 
   // ZK JUTE max buffer size in bytes
-  ZK_JUTE_MAX_BUFFER("zkJuteMaxBuffer", true);
+  ZK_JUTE_MAX_BUFFER("zkJuteMaxBuffer", true),
+
+  // The progress of a certain table rebalance job of a table
+  TABLE_REBALANCE_JOB_ADDITION_PROGRESS_PERCENT("percent", false),
+  TABLE_REBALANCE_JOB_DELETION_PROGRESS_PERCENT("percent", false);

Review Comment:
   I think the word "progress" per se refers to the amount of job done. Is it 
ambiguous?



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to