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-website.git
The following commit(s) were added to refs/heads/master by this push: new 3138fa4691e Fix doc (#27) 3138fa4691e is described below commit 3138fa4691edf2f7c089b615e93bdb782e363bdc Author: Liqf <109049295+lemonlit...@users.noreply.github.com> AuthorDate: Tue Aug 2 17:17:52 2022 +0800 Fix doc (#27) * fix-document --- docs/admin-manual/config/fe-config.md | 56 +++++++++++----------- .../current/admin-manual/config/fe-config.md | 14 +++--- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/docs/admin-manual/config/fe-config.md b/docs/admin-manual/config/fe-config.md index 13c6e8374f5..6e0eaf4b728 100644 --- a/docs/admin-manual/config/fe-config.md +++ b/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 hour) 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 @@ -1200,7 +1200,7 @@ HIGH priority clone job's delay trigger time. ### clone_normal_priority_delay_second -Default:300 (5min) +Default:300 (5 minutes) IsMutable:true @@ -1210,7 +1210,7 @@ NORMAL priority clone job's delay trigger time ### clone_low_priority_delay_second -Default:600 (10min) +Default:600 (10 minutes) IsMutable:true @@ -1231,7 +1231,7 @@ Concurrency of LOW priority clone jobs. Concurrency of High priority clone jobs ### clone_job_timeout_second -Default:7200 (2小时) +Default:7200 (2 hours) IsMutable:true @@ -1241,7 +1241,7 @@ Default timeout of a single clone job. Set long enough to fit your replica size. ### clone_checker_interval_second -Default:300 (5min) +Default:300 (5 minutes) Clone checker's running interval @@ -1364,7 +1364,7 @@ Default spark home dir ### spark_load_default_timeout_second -Default:86400 (1天) +Default:86400 (1 day) IsMutable:true @@ -1380,7 +1380,7 @@ Default spark dpp version ### hadoop_load_default_timeout_second -Default:86400 * 3 (3天) +Default:86400 * 3 (3 days) IsMutable:true @@ -1400,7 +1400,7 @@ Min stream load timeout applicable to all type of load ### max_stream_load_timeout_second -Default:259200 (3天) +Default:259200 (3 days) IsMutable:true @@ -1410,7 +1410,7 @@ This configuration is specifically used to limit timeout setting for stream load ### max_load_timeout_second -Default:259200 (3天) +Default:259200 (3 days) IsMutable:true @@ -1450,7 +1450,7 @@ Default non-streaming mini load timeout ### broker_load_default_timeout_second -Default:14400 (4 hour) +Default:14400 (4 hours) IsMutable:true @@ -1623,7 +1623,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. @@ -1800,7 +1800,7 @@ Master FE sync policy of bdbje. If you only deploy one Follower FE, set this to ### meta_delay_toleration_second -Default:300 (5分钟) +Default:300 (5 minutes) Non-master FE will stop offering service if meta data delay gap exceeds *meta_delay_toleration_second* @@ -1933,7 +1933,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. @@ -1974,7 +1974,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 @@ -1986,7 +1986,7 @@ In the case of high concurrent writes, if there is a large backlog of jobs and c ### streaming_label_keep_max_second -Default:43200 (12 hour) +Default:43200 (12 hours) IsMutable:true @@ -1996,7 +1996,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 days) IsMutable:true @@ -2006,13 +2006,13 @@ The max keep time of some kind of jobs. like schema change job and rollup job. ### label_clean_interval_second -Default:4 * 3600 (4 hour) +Default:4 * 3600 (4 hours) Load label cleaner will run every *label_clean_interval_second* to clean the outdated jobs. ### delete_info_keep_max_second -Default:3 * 24 * 3600 (3day) +Default:3 * 24 * 3600 (3 days) IsMutable:true @@ -2104,7 +2104,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 @@ -2146,7 +2146,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/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md index 85f25d3b4f7..f1faea6c609 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/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` 中设置存储冷却时间。 @@ -2027,7 +2027,7 @@ HOUR: log前缀是:yyyyMMddHH ### `history_job_keep_max_second` -默认值:7 * 24 * 3600 (7天) +默认值:`7 * 24 * 3600` (7天) 是否可以动态配置:true @@ -2043,7 +2043,7 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 ### `delete_info_keep_max_second` -默认值:3 * 24 * 3600 (3天) +默认值:`3 * 24 * 3600` (3天) 是否可以动态配置:true @@ -2149,7 +2149,7 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清 ### `min_bytes_indicate_replica_too_large` -默认值:2 * 1024 * 1024 * 1024 (2G) +默认值:`2 * 1024 * 1024 * 1024` (2G) 是否可以动态配置:true @@ -2191,7 +2191,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