kfaraz commented on code in PR #18745: URL: https://github.com/apache/druid/pull/18745#discussion_r2605151958
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/AutoScalerConfig.java: ########## @@ -40,6 +40,7 @@ public interface AutoScalerConfig int getTaskCountMax(); int getTaskCountMin(); Integer getTaskCountStart(); + void setTaskCountStart(int taskCountStart); Review Comment: This may not be needed anymore. -- 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]
