This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 636bdffe62 [fix](doc) fix 404 link (#13908)
636bdffe62 is described below

commit 636bdffe6284e11b733b9fde6ad14ed1b351d8f8
Author: gnehil <[email protected]>
AuthorDate: Thu Nov 3 08:46:47 2022 +0800

    [fix](doc) fix 404 link (#13908)
---
 docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md 
b/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
index 550583cf67..e370e67274 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
@@ -216,7 +216,7 @@ TabletScheduler 里等待被调度的分片会根据状态不同,赋予不同
 
 ## 副本均衡
 
-Doris 
会自动进行集群内的副本均衡。目前支持两种均衡策略,负载/分区。负载均衡适合需要兼顾节点磁盘使用率和节点副本数量的场景;而分区均衡会使每个分区的副本都均匀分布在各个节点,避免热点,适合对分区读写要求比较高的场景。但是,分区均衡不考虑磁盘使用率,使用分区均衡时需要注意磁盘的使用情况。
 策略只能在fe启动前配置[tablet_rebalancer_type](../../config/fe-config )  ,不支持运行时切换。
+Doris 
会自动进行集群内的副本均衡。目前支持两种均衡策略,负载/分区。负载均衡适合需要兼顾节点磁盘使用率和节点副本数量的场景;而分区均衡会使每个分区的副本都均匀分布在各个节点,避免热点,适合对分区读写要求比较高的场景。但是,分区均衡不考虑磁盘使用率,使用分区均衡时需要注意磁盘的使用情况。
 策略只能在fe启动前配置[tablet_rebalancer_type](../config/fe-config.md)  ,不支持运行时切换。
 
 ### 负载均衡
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to