kfaraz commented on code in PR #19631:
URL: https://github.com/apache/druid/pull/19631#discussion_r3479710879


##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/CostBasedAutoScalerConfig.java:
##########
@@ -118,14 +116,6 @@ public CostBasedAutoScalerConfig(
     this.scaleDownDuringTaskRolloverOnly = 
Configs.valueOrDefault(scaleDownDuringTaskRolloverOnly, false);
 
     if (this.enableTaskAutoScaler) {
-      if (useTaskCountBoundaries != null) {

Review Comment:
   Since this is a relatively new auto-scaler, we need not carry forward 
discontinued parameters for logging purposes as it adds to clutter.



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