GWphua commented on issue #19112: URL: https://github.com/apache/druid/issues/19112#issuecomment-4029365789
I think it's because we are simply copying the configs from `examples/conf/druid/auto/coordinator-overlord/runtime.properties` In here, `druid.coordinator.asOverlord.enabled=true` and hence the default is being overwritten. Then, by specifying `druid_coordinator_asOverlord_enabled: false` in our Helm chart, we overwrite this again back to false 🤣 -- 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]
