suneet-s commented on a change in pull request #11440:
URL: https://github.com/apache/druid/pull/11440#discussion_r669071670
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/overlord/autoscaling/PendingTaskBasedWorkerProvisioningStrategy.java
##########
@@ -441,12 +445,18 @@ private int
getCurrValidWorkers(Collection<ImmutableWorkerInfo> workers)
return currValidWorkers;
}
- private static int getExpectedWorkerCapacity(final
Collection<ImmutableWorkerInfo> workers)
+ private static int getExpectedWorkerCapacity(final
Collection<ImmutableWorkerInfo> workers, final Integer workerCapacityFallback)
Review comment:
```suggestion
private static int getExpectedWorkerCapacity(final
Collection<ImmutableWorkerInfo> workers, final int workerCapacityFallback)
```
--
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]