FrankChen021 commented on issue #10442: URL: https://github.com/apache/druid/issues/10442#issuecomment-700382915
There're some strategies used by overlord nodes to select a worker to execute a task, see **[Worker Select Strategy](https://druid.apache.org/docs/latest/configuration/index.html#overlord-dynamic-configuration)** here. The default strategy is `Equal Distribution` which means tasks are load balanced among middle managers. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
