This is an automated email from the ASF dual-hosted git repository. Fly-Style pushed a commit to branch cba-expose-more-configs in repository https://gitbox.apache.org/repos/asf/druid.git
commit 4e0f04f7a2cad94f53df364333ed4c66db8556a3 Author: Sasha Syrotenko <[email protected]> AuthorDate: Wed Jul 1 15:32:05 2026 +0300 Revert --- .../seekablestream/supervisor/autoscaler/WeightedCostFunction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/WeightedCostFunction.java b/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/WeightedCostFunction.java index 41b22ca56ea..c520b346791 100644 --- a/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/WeightedCostFunction.java +++ b/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/WeightedCostFunction.java @@ -55,7 +55,7 @@ public class WeightedCostFunction * as a placeholder if avg rate is not available to ensure that cost computations * do not return infinitely large lag recovery times, at the expense of underestimating the lag cost. */ - static final double MIN_PROCESSING_RATE = 5_000; + static final double MIN_PROCESSING_RATE = 1_000; /** * Default target idle ratio representing the optimal operating point for the U-shaped idle cost. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
