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 7c56b60596 [typo](docs)delete the offline fe parameters #14860
7c56b60596 is described below

commit 7c56b605966b52256c6837dbf86377d8427c38c7
Author: Liqf <[email protected]>
AuthorDate: Wed Dec 7 08:46:25 2022 +0800

    [typo](docs)delete the offline fe parameters #14860
---
 docs/en/docs/admin-manual/config/fe-config.md    | 57 -----------------------
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 58 ------------------------
 2 files changed, 115 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md 
b/docs/en/docs/admin-manual/config/fe-config.md
index 62ae0023d6..f994a91179 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -1214,63 +1214,6 @@ MasterOnly:true
 
 the minimal delay seconds between a replica is failed and fe try to recovery 
it using clone.
 
-### clone_high_priority_delay_second
-
-Default:0
-
-IsMutable:true
-
-MasterOnly:true
-
-HIGH priority clone job's delay trigger time.
-
-### clone_normal_priority_delay_second 
-
-Default:300 (5min)
-
-IsMutable:true
-
-MasterOnly:true
-
-NORMAL priority clone job's delay trigger time
-
-### clone_low_priority_delay_second
-
-Default:600 (10min)
-
-IsMutable:true
-
-MasterOnly:true
-
-LOW priority clone job's delay trigger time. A clone job contains a tablet 
which need to be cloned(recovery or migration).  If the priority is LOW, it 
will be delayed *clone_low_priority_delay_second*  after the job creation and 
then be executed.  This is to avoid a large number of clone jobs running at 
same time only because a host is down for a short time. 
- **NOTICE** that this config(and *clone_normal_priority_delay_second* as well) 
 will not work if it's smaller then *clone_checker_interval_second*
-
-### clone_max_job_num
-
-Default:100
-
-IsMutable:true
-
-MasterOnly:true
-
-Concurrency of LOW priority clone jobs.  Concurrency of High priority clone 
jobs is currently unlimited.
-
-### clone_job_timeout_second
-
-Default:7200  (2小时)
-
-IsMutable:true
-
-MasterOnly:true
-
-Default timeout of a single clone job. Set long enough to fit your replica 
size.  The larger the replica data size is, the more time is will cost to 
finish clone
-
-### clone_checker_interval_second
-
-Default:300 (5min)
-
-Clone checker's running interval
-
 ### tablet_delete_timeout_second
 
 Default:2
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md 
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 164746bb39..09ba06fb6f 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -1221,64 +1221,6 @@ BE副本数的平衡阈值。
 
 副本之间的最小延迟秒数失败,并且尝试使用克隆来恢复它。
 
-### `clone_high_priority_delay_second`
-
-默认值:0
-
-是否可以动态配置:true
-
-是否为 Master FE 节点独有的配置项:true
-
-高优先级克隆作业的延迟触发时间
-
-### `clone_normal_priority_delay_second`
-
-默认值:300 (5分钟)
-
-是否可以动态配置:true
-
-是否为 Master FE 节点独有的配置项:true
-
-正常优先级克隆作业的延迟触发时间
-
-### `clone_low_priority_delay_second`
-
-默认值:600 (10分钟)
-
-是否可以动态配置:true
-
-是否为 Master FE 节点独有的配置项:true
-
-低优先级克隆作业的延迟触发时间。 克隆作业包含需要克隆(恢复或迁移)的tablet。 如果优先级为 LOW,则会延迟  
`clone_low_priority_delay_second `,在作业创建之后然后被执行。 这是为了避免仅因为主机短时间停机而同时运行大量克隆作业。
-
-注意这个配置(还有 `clone_normal_priority_delay_second`) 如果它小于 
`clone_checker_interval_second` 将不起作用
-
-### `clone_max_job_num`
-
-默认值:100
-
-是否可以动态配置:true
-
-是否为 Master FE 节点独有的配置项:true
-
-低优先级克隆作业的并发数。 高优先级克隆作业的并发性目前是无限的。
-
-### `clone_job_timeout_second`
-
-默认值:7200  (2小时)
-
-是否可以动态配置:true
-
-是否为 Master FE 节点独有的配置项:true
-
-单个克隆作业的默认超时。 设置足够长以适合您的副本大小。 副本数据越大,完成克隆所需的时间就越多
-
-### `clone_checker_interval_second`
-
-默认值:300 (5分钟)
-
-克隆检查器的运行间隔
-
 ### `tablet_delete_timeout_second`
 
 默认值:2


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

Reply via email to