clintropolis commented on issue #9220: Auto Compaction does not work when coordinator is running on 0.17.0 and MiddleManager is running on 0.16.0 URL: https://github.com/apache/druid/issues/9220#issuecomment-575862104 >I wonder if it would be reasonable to make druid.indexer.runner.minWorkerVersion set by default to the release version, and also have middle manager/indexers also set the worker version, it could solve the problem? Well, i guess it potentially interferes with task scheduling for non autoscaling based rolling updates, since you need to provision new workers sooner rather than later to prevent waiting tasks from piling up, if the strategy is waiting for existing workers to drain after a disable before provisioning a new one.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
