tibrewalpratik17 opened a new pull request, #13247: URL: https://github.com/apache/pinot/pull/13247
label: `config` `minion` `release-notes` Small follow-up based on discussion in https://github.com/apache/pinot/pull/12960#discussion_r1604868126 This patch introduces a minion-cluster level config: `pinot.minion.task.allow.download.from.server` (by default false). This config allows minion-tasks to download segments from peers during task-execution. The nature of this config can be overriden by task-level config: `allowDownloadFromServer`. If there are lot of tasks in a given cluster, it becomes manual and operational to add the task-level config for all tasks. This cluster-level config simplifies a lot in this scenario. -- 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]
