xyuanlu commented on code in PR #2340:
URL: https://github.com/apache/helix/pull/2340#discussion_r1072868935
##########
helix-core/src/main/java/org/apache/helix/controller/stages/IntermediateStateCalcStage.java:
##########
@@ -421,7 +419,8 @@ private PartitionStateMap
computeIntermediatePartitionState(ResourceControllerDa
if (clusterStatusMonitor != null) {
clusterStatusMonitor
.updateRebalancerStats(resourceName, messagesForRecovery.size(),
messagesForLoad.size(),
- messagesThrottledForRecovery.size(),
messagesThrottledForLoad.size());
+ messagesThrottledForRecovery.size(),
messagesThrottledForLoad.size(),
+ onlyDownwardLoadBalance);
Review Comment:
TFTR. `onlyDownwardLoadBalance` is a 0-1 value metric. 1 means the load
babalance is throttled because of current ERROR partition count > defined
threshold.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]