techdocsmith commented on a change in pull request #11444:
URL: https://github.com/apache/druid/pull/11444#discussion_r672788255



##########
File path: docs/configuration/index.md
##########
@@ -1015,7 +1015,7 @@ There are additional configs for autoscaling (if it is 
enabled):
 |`druid.indexer.autoscale.pendingTaskTimeout`|How long a task can be in 
"pending" state before the Overlord tries to scale up.|PT30S|
 |`druid.indexer.autoscale.workerVersion`|If set, will only create nodes of set 
version during autoscaling. Overrides dynamic configuration. |null|
 |`druid.indexer.autoscale.workerPort`|The port that MiddleManagers will run 
on.|8080|
-|`druid.indexer.autoscale.workerCapacityHint`| Worker capacity for determining 
the number of workers needed for auto scaling when there is currently no worker 
running. If unset or set to value of 0 or less, auto scaler will scale to 
`minNumWorkers` in autoScaler config instead. This value should typically be 
equal to `druid.worker.capacity` when you have a homogeneous cluster and the 
average of `druid.worker.capacity` across the workers when you have a 
heterogeneous cluster. Note: this config is only applicable to 
`pendingTaskBased` provisioning strategy|-1|
+|`druid.indexer.autoscale.workerCapacityHint`| Worker capacity for determining 
the number of workers needed for auto scaling when there is currently no worker 
running. If unset or set to value of 0 or less, auto scaler will scale to 
`minNumWorkers` in autoScaler config instead. This value should typically be 
equal to `druid.worker.capacity` when your workers have a homogeneous capacity 
and the average of `druid.worker.capacity` across the workers when your workers 
have a heterogeneous capacity. Note: this config is only applicable to 
`pendingTaskBased` provisioning strategy|-1|

Review comment:
       Thanks, @jihoonson , I made that edit. cc: @maytasm 




-- 
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]

Reply via email to