AWaterColorPen commented on issue #8801: URL: https://github.com/apache/druid/issues/8801#issuecomment-725932390
> 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 Oh, It seems that you use `fillCapacity` and `CloneSet` to solve the `autoscale` problem. Emmm if the `selectStrategy` has a feature similar with `fillCapacity` that it assign task to the worker with lower pod id, `StatefulSet` would not be much worse than `CloneSet`. For helm chart case, there is few charts using `CloneSet`. It is not easy to apply `CloneSet` solution. ---------------------------------------------------------------- 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]
