klsince commented on code in PR #15509: URL: https://github.com/apache/pinot/pull/15509#discussion_r2040387004
########## 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'd assume segmentRelocator is supposed to be the naming convention, e.g. there are `.. statusChecker..` and `...retentionManager...` etc. -- 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