himanshug commented on issue #8801: URL: https://github.com/apache/druid/issues/8801#issuecomment-724224596
> Then, 100 tasks reduce to 30 tasks per unit time for some reason. we expect that 6 MM dealing with the 30 tasks, running 5 tasks per MM node. But druid coordinator/overload won't only schedule 30 tasks on 6 MM. For my understanding, it will schedule 30 tasks at 20 MM on average, running 1-2 tasks per MM node. I think that is easily fixable by changing the `selectStrategy` to `fillCapacity` instead of default `equalDistribution` , please see https://druid.apache.org/docs/latest/configuration/index.html#overlord-dynamic-configuration ---------------------------------------------------------------- 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]
