BewareMyPower commented on code in PR #18084:
URL: https://github.com/apache/pulsar/pull/18084#discussion_r1032042101


##########
pulsar-common/src/main/java/org/apache/pulsar/policies/data/loadbalancer/LocalBrokerData.java:
##########
@@ -268,7 +268,7 @@ public double 
getMaxResourceUsageWithWeightWithinLimit(final double cpuWeight, f
                 bandwidthOut.percentUsage() * bandwidthOutWeight) / 100;
     }
 
-    private static double max(double... args) {
+     public static double max(double... args) {

Review Comment:
   ```suggestion
       public static double max(double... args) {
   ```



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

Reply via email to