vogievetsky commented on PR #17782: URL: https://github.com/apache/druid/pull/17782#issuecomment-2744146157
I tried turning off supervisor based auto-compaction by submitting: <img width="393" alt="image" src="https://github.com/user-attachments/assets/c96d8cec-7c65-4050-930d-888a51ff1c39" /> to `/druid/coordinator/v1/config/compaction/cluster` and got ``` { "error": "druidException", "errorCode": "invalidInput", "persona": "USER", "category": "INVALID_INPUT", "errorMessage": "MSQ Compaction engine can be used only with compaction supervisors.", "context": {} } ``` since I asked for `useSupervisors` to be false I feel like it should be ok to omit the engine (since it defaults to native anyway) I would expect this API call to work to be consistent with the rest of Druid. -- 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]
