klsince opened a new pull request, #9598: URL: https://github.com/apache/pinot/pull/9598
This PR is part of the work to support multi-datadir for Pinot server as tracked by https://github.com/apache/pinot/issues/8843. Following up on https://github.com/apache/pinot/pull/9306, this one adds the controller side periodic task SegmentTierAssigner to calculate the target tier for segment and set it in SegmentZKMetadata, as goal state to guide servers to put segments into the right datadir (i.e. tier). The next PR will connect the two parts, i.e. reusing SegmentReloadMessage to notify servers to do the migration. ## Release Note controller.segmentTierAssigner.frequencyPeriod: every 1hr by default controller.segmentTierAssigner.initialDelayInSeconds: 120s-300s w/ jitter by default -- 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]
