You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/09 13:11:38 UTC

[doris] branch master updated: [typo](docs)fix the FE&BE config document (#14969)

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 22e9f5cc33 [typo](docs)fix the FE&BE config document (#14969)
22e9f5cc33 is described below

commit 22e9f5cc330cb42281af3e644b8d0050e311f2a1
Author: zy-kkk <81...@qq.com>
AuthorDate: Fri Dec 9 21:11:30 2022 +0800

    [typo](docs)fix the FE&BE config document (#14969)
---
 docs/en/docs/admin-manual/config/be-config.md    |  2 +-
 docs/en/docs/admin-manual/config/fe-config.md    | 12 ++++++------
 docs/zh-CN/docs/admin-manual/config/be-config.md |  2 +-
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 10 +++++-----
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md
index 9612c45617..22f65a75f4 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -956,7 +956,7 @@ Metrics: {"filtered_rows":0,"input_row_num":3346807,"input_rowsets_count":42,"in
 * Description: Type of cache file. whole_ file_ Cache: download the entire segment file, sub_ file_ Cache: the segment file is divided into multiple files by size.
 * Default value: null
 
-### `file_cache_alive_time_sec`
+#### `file_cache_alive_time_sec`
 
 * Type: int64
 * Description: Save time of cache file
diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md
index ee8c4b1a49..50844acd5f 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -520,7 +520,7 @@ MasterOnly:true
    3. After the decommission operation is completed, the BE will not be dropped. At this time, cancel the decommission status of the BE. Then the data will start to balance from other BE nodes back to this node. At this time, the data will be evenly distributed to all disks of the BE.
    4. Perform steps 2 and 3 for all BE nodes in sequence, and finally achieve the purpose of disk balancing for all nodes
 
-#### max_backend_down_time_second
+#### `max_backend_down_time_second`
 
 Default:3600  (1 hours)
 
@@ -909,7 +909,7 @@ IsMutable:true
 
 Limit on the depth of an expr tree.  Exceed this limit may cause long analysis time while holding db read lock.  Do not set this if you know what you are doing
 
-#### expr_children_limit
+#### `expr_children_limit`
 
 Default:10000
 
@@ -1292,7 +1292,7 @@ Min stream load timeout applicable to all type of load
 
 #### `max_stream_load_timeout_second`
 
-Default:259200 (3天)
+Default:259200 (3 day)
 
 IsMutable:true
 
@@ -1302,7 +1302,7 @@ This configuration is specifically used to limit timeout setting for stream load
 
 #### `max_load_timeout_second`
 
-Default:259200 (3天)
+Default:259200 (3 day)
 
 IsMutable:true
 
@@ -1312,7 +1312,7 @@ Max load timeout applicable to all type of load except for stream load
 
 #### `stream_load_default_timeout_second`
 
-Default:600(s)
+Default:86400 * 3 (3 day)
 
 IsMutable:true
 
@@ -2185,7 +2185,7 @@ Same meaning as *tablet_create_timeout_second*, but used when delete a tablet.
 
 #### `alter_table_timeout_second`
 
-Default:86400   (1 day)
+Default:86400 * 30(1 month)
 
 IsMutable:true
 
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md b/docs/zh-CN/docs/admin-manual/config/be-config.md
index a71618d449..f615571eac 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -970,7 +970,7 @@ Metrics: {"filtered_rows":0,"input_row_num":3346807,"input_rowsets_count":42,"in
 * 描述:缓存文件的类型。whole_file_cache:将segment文件整个下载,sub_file_cache:将segment文件按大小切分成多个文件。
 * 默认值:""
 
-### `file_cache_alive_time_sec`
+#### `file_cache_alive_time_sec`
 
 * 类型:int64
 * 描述:缓存文件的保存时间,单位:秒
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 0bfc3a8307..5515aba96d 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -378,7 +378,7 @@ heartbeat_mgr 中处理心跳事件的线程数。
 
 Doris FE 通过 mysql 协议查询连接端口
 
-### `frontend_address`
+#### `frontend_address`
 
 状态:已弃用,不建议使用。
 
@@ -983,7 +983,7 @@ colocate join PlanFragment instance 的 memory_limit = exec_mem_limit / min (que
 
 ### 导入与导出
 
-### `enable_vectorized_load`
+#### `enable_vectorized_load`
 
 默认值:true
 
@@ -1312,7 +1312,7 @@ load 最大超时时间,适用于除 stream load 之外的所有类型的加
 
 #### `stream_load_default_timeout_second`
 
-默认值:600(s)
+默认值:86400 * 3 (3天)
 
 是否可以动态配置:true
 
@@ -2095,7 +2095,7 @@ tablet 状态更新间隔
 
 创建表(或分区)时,可以指定其存储介质(HDD 或 SSD)。 如果设置为 SSD,这将指定tablet在 SSD 上停留的默认时间。 之后,tablet将自动移动到 HDD。 您可以在 `CREATE TABLE stmt` 中设置存储冷却时间。
 
-### `default_storage_medium`
+#### `default_storage_medium`
 
 默认值:HDD
 
@@ -2185,7 +2185,7 @@ tablet 状态更新间隔
 
 #### `alter_table_timeout_second`
 
-默认值:86400   (1天)
+默认值:86400 * 30 (1月)
 
 是否可以动态配置:true
 


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