adarshsanjeev commented on code in PR #18254:
URL: https://github.com/apache/druid/pull/18254#discussion_r2207006641
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/WorkerManager.java:
##########
@@ -48,21 +49,22 @@ public interface WorkerManager
* Launch additional workers, if needed, to bring the number of running
workers up to {@code workerCount}.
* Blocks until the requested workers are launched. If enough workers are
already running, this method does nothing.
*/
- void launchWorkersIfNeeded(int workerCount) throws InterruptedException;
+ void launchWorkersIfNeeded(int workerCoun, @Nullable WorkerFailureListener
failureListener) throws InterruptedException;
Review Comment:
nit: workerCount
--
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]