RobertIndie commented on a change in pull request #14881:
URL: https://github.com/apache/pulsar/pull/14881#discussion_r838508940



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/ThresholdShedder.java
##########
@@ -39,7 +39,7 @@
  * Load shedding strategy that unloads any broker that exceeds the average 
resource utilization of all brokers by a
  * configured threshold. As a consequence, this strategy tends to distribute 
load among all brokers. It does this by
  * first computing the average resource usage per broker for the whole 
cluster. The resource usage for each broker is
- * calculated using the following method: {@link 
LocalBrokerData#getMaxResourceUsageWithWeight)}. The weights for each
+ * calculated using the following method: {@link: 
LocalBrokerData#getMaxResourceUsageWithWeight)}. The weights for each

Review comment:
       This also does not work. Please check all `@link`.




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