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


##########
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java:
##########
@@ -184,6 +184,9 @@ public static class ControllerPeriodicTasksConf {
         "controller.realtimeSegmentRelocation.initialDelayInSeconds";
     public static final String SEGMENT_RELOCATOR_INITIAL_DELAY_IN_SECONDS =
         "controller.segmentRelocator.initialDelayInSeconds";
+    public static final String SEGMENT_RELOCATOR_ENABLE_LOCAL_TIER_MIGRATION =

Review Comment:
   SegmentTierAssigner just calculates target tiers for segments, but not 
trigger the real migration.
   
   The SegmentRelocator is extended to kick off the tier migration 
automatically. But it can be turned off via this knob, if someone wants to 
trigger this manually to fully control when the migration starts.



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