HQebupt commented on code in PR #16097:
URL: https://github.com/apache/pulsar/pull/16097#discussion_r899737004
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -2050,7 +2050,7 @@ public class ServiceConfiguration implements
PulsarConfiguration {
category = CATEGORY_LOAD_BALANCER,
doc = "Resource history Usage Percentage When adding new resource
usage info"
)
- private double loadBalancerHistoryResourcePercentage = 0.9;
+ private int loadBalancerHistoryResourcePercentage = 90;
Review Comment:
Can we keep the field double type ?
--
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]