himanshug commented on a change in pull request #9350: Overlord to support autoscalers per indexer/middlemanager category URL: https://github.com/apache/druid/pull/9350#discussion_r387183295
########## File path: docs/configuration/index.md ########## @@ -990,6 +985,22 @@ To view last <n> entries of the audit history of worker config issue a GET reque http://<OVERLORD_IP>:<port>/druid/indexer/v1/worker/history?count=<n> ``` +##### Default Worker Config + +|Property|Description|Default| +|--------|-----------|-------| +|`selectStrategy`|How to assign tasks to MiddleManagers. Choices are `fillCapacity`, `equalDistribution`, and `javascript`.|equalDistribution| +|`autoScaler`|Only used if autoscaling is enabled. See below.|null| + +##### Categorized Worker Config Review comment: this section should be removed and `autoScaler` be replaced with `autoScalers` above. ---------------------------------------------------------------- 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]
