venkatramanp opened a new issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration URL: https://github.com/apache/druid/issues/9401 ### Description Automatic Compaction configurations at coordinator level can be done using API. For example, to increase the slot ratio or max slots we use, curl -ivL -X POST -H 'Content-Type: application/json' -u admin:<PASSWORD> -k https://coordinator-node:8081/druid/coordinator/v1/config/compaction/taskslots?ratio=0.2 curl -ivL -X POST -H 'Content-Type: application/json' -u admin:<PASSWORD> -k https://coordinator:8081/druid/coordinator/v1/config/compaction/taskslots?max=10 Why not include this as part of either Coordindator Dynamic Config page or a as a new page in Druid Console? ### Motivation This would make it easier to manage the compaction settings.
---------------------------------------------------------------- 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]
