kfaraz commented on code in PR #18976: URL: https://github.com/apache/druid/pull/18976#discussion_r2764966154
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/CostBasedAutoScaler.java: ########## @@ -88,9 +71,11 @@ public class CostBasedAutoScaler implements SupervisorTaskAutoScaler private final ServiceMetricEvent.Builder metricBuilder; private final ScheduledExecutorService autoscalerExecutor; private final WeightedCostFunction costFunction; + private OptimalTaskCountBoundariesPlugin boundariesPlugin = null; Review Comment: As discussed offline, we are postponing this for a future patch. -- 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]
