thetumbled commented on code in PR #21168:
URL: https://github.com/apache/pulsar/pull/21168#discussion_r1322653272


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -2414,14 +2414,17 @@ The delayed message index time step(in seconds) in per 
bucket snapshot segment,
             doc = "Memory Resource Usage Weight. Deprecated: Memory is no 
longer used as a load balancing item.",
             deprecated = true
     )
-    private double loadBalancerMemoryResourceWeight = 1.0;
+    private double loadBalancerMemoryResourceWeight = 0;
 
+    @Deprecated(since = "3.0.0")

Review Comment:
   fixed.



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