klsince commented on code in PR #15509:
URL: https://github.com/apache/pinot/pull/15509#discussion_r2039950915


##########
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java:
##########
@@ -198,6 +198,11 @@ public static class ControllerPeriodicTasksConf {
         "controller.segmentRelocator.enableLocalTierMigration";
     public static final String SEGMENT_RELOCATOR_REBALANCE_TABLES_SEQUENTIALLY 
=
         "controller.segmentRelocator.rebalanceTablesSequentially";
+    public static final String SEGMENT_RELOCATOR_REBALANCE_INCLUDE_CONSUMING =
+        "controller.segmentRelocator.rebalanceIncludeConsuming";

Review Comment:
   I think you can remove the 'rebalance' prefix, e.g. 
`controller.segmentRelocator.externalViewCheckIntervalInMs` and 
`controller.segmentRelocator.externalViewStabilizationTimeoutInMs` above



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