kfaraz commented on issue #19112: URL: https://github.com/apache/druid/issues/19112#issuecomment-4023147284
Thanks for reporting the issue, @GWphua ! It seems that the docs are out-of-date. The property `druid.supervisor.compaction.enabled` and `druid.supervisor.compaction.engine` are not used anymore. Instead, these fields are now available in the compaction dynamic config. Set `useSupervisors` to `true` and `engine` to `msq` for your use case. Fix for docs: https://github.com/apache/druid/pull/19113 -- 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]
