Jackie-Jiang commented on PR #9624: URL: https://github.com/apache/pinot/pull/9624#issuecomment-1284729633
It is okay to do it within the `SegmentRelocator`, but we should also move the logic in `SegmentTierAssigner` into it. We don't want to use 2 periodic tasks to perform the same operation. Basically after assigning the tier, we should trigger the reload immediately, instead of relying on another periodic task to trigger it. -- 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]
