Fly-Style commented on code in PR #19622:
URL: https://github.com/apache/druid/pull/19622#discussion_r3472929981


##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/CostBasedAutoScalerConfig.java:
##########
@@ -282,6 +285,15 @@ public boolean isScaleDownOnTaskRolloverOnly()
     return scaleDownDuringTaskRolloverOnly;
   }
 
+  /**
+   * Opt-in flag for replacing default idle-ratio with the rate-based 
utilization idle ratio.
+   */
+  @JsonProperty("useUtilizationRatio")
+  public boolean shouldUseUtilizationRatio()

Review Comment:
   I will change the prefix, but I may assume that you would agree that `is...` 
sounds awful here 😁 



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