You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/11 15:33:07 UTC

[GitHub] [incubator-doris] dataalive commented on a diff in pull request #9464: [Enhancement] add config to optimize load balance of label class HIGH

dataalive commented on code in PR #9464:
URL: https://github.com/apache/incubator-doris/pull/9464#discussion_r870464307


##########
docs/en/admin-manual/config/fe-config.md:
##########
@@ -704,7 +704,17 @@ IsMutable:true
 
 MasterOnly:true
 
-the threshold of cluster balance score, if a backend's load score is 10% lower than average score,  this backend will be marked as LOW load, if load score is 10% higher than average score, HIGH load  will be marked
+the threshold of cluster balance score, if a backend's load score is 10% lower than average score, this backend will be marked as LOW load, if load score is 10% higher than average score, and its capacity usedPercent is greater than the config `high_load_capacity_used_percent_threshold`, default 0.4, HIGH load will be marked

Review Comment:
   default value  0.4 should be  0.5



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org