This is an automated email from the ASF dual-hosted git repository.
zykkk 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 7923365dd46 [fix](doc)add config for delete timeout job (#27629)
7923365dd46 is described below
commit 7923365dd466cb7cf4f0f99cf619e22179f9fa5a
Author: wudongliang <[email protected]>
AuthorDate: Wed Nov 29 10:51:46 2023 +0800
[fix](doc)add config for delete timeout job (#27629)
---
docs/en/docs/admin-manual/config/fe-config.md | 10 ++++++++++
docs/zh-CN/docs/admin-manual/config/fe-config.md | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/docs/en/docs/admin-manual/config/fe-config.md
b/docs/en/docs/admin-manual/config/fe-config.md
index 3283cad9ee7..c5ccce9cf14 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -2252,6 +2252,16 @@ MasterOnly:true
Same meaning as *tablet_create_timeout_second*, but used when delete a tablet.
+#### `delete_job_max_timeout_second`
+
+Default: 300(s)
+
+Mutable: true
+
+Master only: true
+
+Maximal timeout for delete job, in seconds.
+
#### `alter_table_timeout_second`
Default:86400 * 30(1 month)
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 1368c2e31eb..3117a5e5e44 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -2253,6 +2253,16 @@ tablet 状态更新间隔
与 `tablet_create_timeout_second` 含义相同,但在删除 tablet 时使用
+#### `delete_job_max_timeout_second`
+
+默认值: 300(s)
+
+是否可以动态配置: true
+
+是否为 Master FE 节点独有的配置项: true
+
+Delete 操作的最大超时时间,单位是秒
+
#### `alter_table_timeout_second`
默认值:86400 * 30 (1月)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]