ektravel commented on code in PR #14740: URL: https://github.com/apache/druid/pull/14740#discussion_r1290612396
########## docs/api-reference/automatic-compaction-api.md: ########## @@ -23,69 +23,762 @@ sidebar_label: Automatic compaction ~ under the License. --> -This document describes status and configuration API endpoints for [automatic compaction](../data-management/automatic-compaction.md) in Apache Druid. +This topic describes status and configuration API endpoints for [automatic compaction](../data-management/automatic-compaction.md) in Apache Druid. You can configure automatic compaction in the Druid web console or API. -## Automatic compaction status +In this topic, `http://ROUTER_IP:ROUTER_PORT` is a placeholder for your Router service address and port. Replace it with the information for your deployment. For example, use `http://localhost:8888` for quickstart deployments. + +## Manage automatic compaction + +### Update capacity for compaction tasks + +Update the capacity for compaction tasks. The minimum number of compaction tasks is 1 and the maximum is 2147483652. Review Comment: ```suggestion Updates the capacity for compaction tasks. The minimum number of compaction tasks is 1 and the maximum is 2147483652. ``` -- 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]
