techdocsmith removed a comment on pull request #11444:
URL: https://github.com/apache/druid/pull/11444#issuecomment-882944807


   ```suggestion
   |`druid.indexer.autoscale.workerCapacityHint`| A estimation of the number of 
tasks available for each worker launched by the auto scaler when there are no 
workers running. The auto scaler uses the worker capacity hint to launch 
workers with an adequate capacity to handle pending tasks. When unset or set to 
a negative, the auto scaler scales workers equal to the value for 
`minNumWorkers` in autoScaler config instead. The auto scaler assumes that each 
worker, either a middleManager or indexer, has the same amount of task slots. 
Therefore, when all your workers have the same capacity (homogeneous capacity), 
set the value for `autoscale.workerCapacityHint` equal to 
`druid.worker.capacity`. If your workers have different capacities 
(heterogeneous capacity), set the value to the average of 
`druid.worker.capacity` across the workers. For example, if two workers have 
`druid.worker.capacity=10`, and one has `druid.worker.capacity=4`, set 
`autoscale.workerCapacityHint` to 8. Only applies to
  `pendingTaskBased` provisioning strategy|-1|
   ```
   
   Thanks @jihoonson . That made it a lot clearer. Maybe this description is 
closer?


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