hanmz commented on code in PR #21906:
URL: https://github.com/apache/pulsar/pull/21906#discussion_r1477639088


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/UniformLoadShedder.java:
##########
@@ -154,8 +154,7 @@ public Multimap<String, String> 
findBundlesForUnloading(final LoadData loadData,
                                 }
                                 String bundle = e.getLeft();
                                 double bundleMsgRate = e.getRight();
-                                if (bundleMsgRate <= 
(msgRateRequiredFromUnloadedBundles.getValue()
-                                        + 1000/* delta */)) {

Review Comment:
   OK, I have updated motivation



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