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


##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/CostBasedAutoScaler.java:
##########
@@ -448,7 +455,8 @@ static double extractMovingAverage(Map<String, Map<String, 
Object>> taskStats)
     return count > 0 ? sum / count : -1;
   }
 
-  private CostMetrics collectMetrics()
+  @Nullable
+  CostMetrics collectMetrics()

Review Comment:
   I don't think this needs to be visible anymore.
   
   ```suggestion
     private CostMetrics collectMetrics()
   ```



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