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 6e684c695d fix-doc (#11436) 6e684c695d is described below commit 6e684c695dda7514c81312f6d5f6d4c409b92b9f Author: Liqf <109049295+lemonlit...@users.noreply.github.com> AuthorDate: Tue Aug 2 18:38:30 2022 +0800 fix-doc (#11436) fe-config fix --- docs/en/docs/admin-manual/config/fe-config.md | 32 ++++++++++++------------ docs/zh-CN/docs/admin-manual/config/fe-config.md | 14 +++++------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md index 81809a9e4f..51a086cddc 100644 --- a/docs/en/docs/admin-manual/config/fe-config.md +++ b/docs/en/docs/admin-manual/config/fe-config.md @@ -199,7 +199,7 @@ Worker thread pool is not set by default, set according to your needs ### jetty_server_max_http_post_size -Default:100 * 1024 * 1024 (100MB) +Default:`100 * 1024 * 1024` (100MB) This is the maximum number of bytes of the file uploaded by the put or post method, the default value: 100MB @@ -811,7 +811,7 @@ MasterOnly:true ### max_bytes_per_broker_scanner -Default:3 * 1024 * 1024 * 1024L (3G) +Default:`3 * 1024 * 1024 * 1024L` (3G) IsMutable:true @@ -827,7 +827,7 @@ if set to false, auth check will be disable, in case some goes wrong with the ne ### tablet_stat_update_interval_second -Default:300,(5min) +Default:300(5min) update interval of tablet stat , All frontends will get tablet stat from all backends at each interval @@ -866,7 +866,7 @@ MasterOnly:true ### storage_min_left_capacity_bytes -Default: 2 * 1024 * 1024 * 1024 (2GB) +Default: `2 * 1024 * 1024 * 1024` (2GB) IsMutable:true @@ -896,7 +896,7 @@ Default:/lib/hadoop-client/hadoop/bin/hadoop ### dpp_bytes_per_reduce -Default:100 * 1024 * 1024L; // 100M +Default:`100 * 1024 * 1024L` (100M) ### dpp_default_cluster @@ -1001,7 +1001,7 @@ Maximal number of connections per FE. ### check_consistency_default_timeout_second -Default:600 (10分钟) +Default:600 (10 minutes) IsMutable:true @@ -1112,7 +1112,7 @@ After dropping database(table/partition), you can recover it by using RECOVER st ### storage_cooldown_second -Default:30 * 24 * 3600L (30day) +Default:`30 * 24 * 3600L` (30 days) When create a table(or partition), you can specify its storage medium(HDD or SSD). If set to SSD, this specifies the default duration that tablets will stay on SSD. After that, tablets will be moved to HDD automatically. You can set storage cooldown time in CREATE TABLE stmt. @@ -1124,7 +1124,7 @@ When create a table(or partition), you can specify its storage medium(HDD or SSD ### max_backend_down_time_second -Default:3600 (1hour) +Default:3600 (1 hours) IsMutable:true @@ -1134,7 +1134,7 @@ If a backend is down for *max_backend_down_time_second*, a BACKEND_DOWN event wi ### alter_table_timeout_second -Default:86400 (1day) +Default:86400 (1 day) IsMutable:true @@ -1653,7 +1653,7 @@ node(FE or BE) will be considered belonging to the same Palo cluster if they hav ### auth_token -Default:空 +Default:empty Cluster token used for internal authentication. @@ -1963,7 +1963,7 @@ Slow query contains all queries which cost exceed *qe_slow_log_ms* ### qe_slow_log_ms -Default:5000 (5秒) +Default:5000 (5 seconds) If the response time of a query exceed this threshold, it will be recorded in audit log as slow_query. @@ -2004,7 +2004,7 @@ Whether the plug-in is enabled, enabled by default ### label_keep_max_second -Default:3 * 24 * 3600 (3day) +Default:`3 * 24 * 3600` (3 days) IsMutable:true @@ -2026,7 +2026,7 @@ For some high-frequency load work, such as: INSERT, STREAMING LOAD, ROUTINE_LOAD ### history_job_keep_max_second -Default:7 * 24 * 3600 (7 day) +Default:`7 * 24 * 3600` (7 day) IsMutable:true @@ -2042,7 +2042,7 @@ Load label cleaner will run every *label_clean_interval_second* to clean the out ### delete_info_keep_max_second -Default:3 * 24 * 3600 (3day) +Default:`3 * 24 * 3600` (3day) IsMutable:true @@ -2134,7 +2134,7 @@ The valid ratio threshold of the difference between the version count of the slo ### min_bytes_indicate_replica_too_large -Default: 2 * 1024 * 1024 * 1024 (2G) +Default: `2 * 1024 * 1024 * 1024` (2G) Dynamically configured: true @@ -2176,7 +2176,7 @@ Whether it is a configuration item unique to the Master FE node: true The minimum data size required to commit a transaction. If the data size received by Fe is smaller than it, it will continue to wait for the next batch of data until the time exceeds `sync_commit_interval_second`. The default value is 15MB, if you want to modify this configuration, please make sure this value is less than the product of `canal.instance.memory.buffer.size` and `canal.instance.memory.buffer.memunit` on the canal side (default 16MB), otherwise Before the ack, Fe will try to [...] -Default: 15*1024*1024 (15M) +Default: `15*1024*1024` (15M) Is it possible to configure dynamically: true 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 8fb306c591..f69739bb70 100644 --- a/docs/zh-CN/docs/admin-manual/config/fe-config.md +++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md @@ -197,7 +197,7 @@ workers 线程池默认不做设置,根据自己需要进行设置 ### `jetty_server_max_http_post_size` -默认值:100 * 1024 * 1024 (100MB) +默认值:`100 * 1024 * 1024` (100MB) 这个是 put 或 post 方法上传文件的最大字节数,默认值:100MB @@ -859,7 +859,7 @@ tablet 状态更新间隔 ### `storage_min_left_capacity_bytes` -默认值: 2 * 1024 * 1024 * 1024 (2GB) +默认值: `2 * 1024 * 1024 * 1024` (2GB) 是否可以动态配置:true @@ -1115,7 +1115,7 @@ broker scanner 的最大并发数。 ### `storage_cooldown_second` -默认值:30 * 24 * 3600L (30天) +默认值:`30 * 24 * 3600L` (30天) 创建表(或分区)时,可以指定其存储介质(HDD 或 SSD)。 如果设置为 SSD,这将指定tablet在 SSD 上停留的默认时间。 之后,tablet将自动移动到 HDD。 您可以在 `CREATE TABLE stmt` 中设置存储冷却时间。 @@ -2057,7 +2057,7 @@ HOUR: log前缀是:yyyyMMddHH ### `history_job_keep_max_second` -默认值:7 * 24 * 3600 (7天) +默认值:`7 * 24 * 3600` (7天) 是否可以动态配置:true @@ -2073,7 +2073,7 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 ### `delete_info_keep_max_second` -默认值:3 * 24 * 3600 (3天) +默认值:`3 * 24 * 3600` (3天) 是否可以动态配置:true @@ -2179,7 +2179,7 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 ### `min_bytes_indicate_replica_too_large` -默认值:2 * 1024 * 1024 * 1024 (2G) +默认值:`2 * 1024 * 1024 * 1024` (2G) 是否可以动态配置:true @@ -2221,7 +2221,7 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 提交事务需满足的最小数据大小。若 Fe 接收到的数据大小小于它,会继续等待下一批数据直到时间超过了 `sync_commit_interval_second` 为止。默认值是 15 MB,如果你想修改此配置,请确保此值小于 canal 端的 `canal.instance.memory.buffer.size` 和 `canal.instance.memory.buffer.memunit` 的乘积(默认 16 MB),否则在 ack 前 Fe 会尝试获取比 store 空间更大的数据,导致 store 队列阻塞至超时为止。 -默认值:15 * 1024 * 1024(15M) +默认值:`15 * 1024 * 1024`(15M) 是否可以动态配置:true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org