This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 c2808de867 [Doc](balance)add replica balance speed param (#12406)
c2808de867 is described below
commit c2808de8678afea48b25045db150aff3762752ae
Author: wudi <[email protected]>
AuthorDate: Wed Sep 7 19:41:45 2022 +0800
[Doc](balance)add replica balance speed param (#12406)
* update balance param
---
.../docs/admin-manual/maint-monitor/tablet-repair-and-balance.md | 9 ++++++++-
.../docs/admin-manual/maint-monitor/tablet-repair-and-balance.md | 8 ++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git
a/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
b/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
index 709800376c..abb88053b6 100644
--- a/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
+++ b/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
@@ -212,7 +212,7 @@ Priority ensures that severely damaged fragments can be
repaired first, and impr
At the same time, in order to ensure the weight of the initial priority, we
stipulate that the initial priority is VERY HIGH, and the lowest is lowered to
NORMAL. When the initial priority is LOW, it is raised to HIGH at most. The
priority adjustment here also adjusts the priority set manually by the user.
-## Duplicate Equilibrium
+## Replicas Balance
Doris automatically balances replicas within the cluster. Currently supports
two rebalance strategies, BeLoad and Partition. BeLoad rebalance will consider
about the disk usage and replica count for each BE. Partition rebalance just
aim at replica count for each partition, this helps to avoid hot spots. If you
want high read/write performance, you may need this. Note that Partition
rebalance do not consider about the disk usage, pay more attention to it when
you are using Partition rebal [...]
@@ -639,6 +639,13 @@ The following adjustable parameters are all configurable
parameters in fe.conf.
* Default value: false
* Importance:
+The following adjustable parameters are all configurable parameters in be.conf.
+
+* clone\_worker\_count
+
+ * Description: Affects the speed of copy equalization. In the case of low
disk pressure, you can speed up replica balancing by adjusting this parameter.
+ * Default: 3
+ * Importance: Medium
### Unadjustable parameters
The following parameters do not support modification for the time being, just
for illustration.
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 cd511a4baf..c5e0a174e1 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
@@ -637,6 +637,14 @@ TabletScheduler 在每轮调度时,都会通过 LoadBalancer 来选择一定
* 默认值:false
* 重要性:中
+以下可调整参数均为 be.conf 中可配置参数。
+
+* clone\_worker\_count
+
+ * 说明:影响副本均衡的速度。在磁盘压力不大的情况下,可以通过调整该参数来加快副本均衡。
+ * 默认值:3
+ * 重要性:中
+
### 不可调整参数
以下参数暂不支持修改,仅作说明。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]