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 47c504b2641 fix
47c504b2641 is described below
commit 47c504b264180b22b1365b179536db2db288aba1
Author: jiafeng.zhang <[email protected]>
AuthorDate: Tue Aug 2 11:55:47 2022 +0800
fix
---
docs/data-operate/import/import-way/routine-load-manual.md | 4 ++--
.../current/admin-manual/config/fe-config.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/data-operate/import/import-way/routine-load-manual.md
b/docs/data-operate/import/import-way/routine-load-manual.md
index 7715faf6f2d..3d7ce77fd55 100644
--- a/docs/data-operate/import/import-way/routine-load-manual.md
+++ b/docs/data-operate/import/import-way/routine-load-manual.md
@@ -116,10 +116,10 @@ The detailed syntax for creating a routine load task can
be connected to Doris a
`desired_concurrent_number` is used to specify the degree of concurrency
expected for a routine job. That is, a job, at most how many tasks are
executing at the same time. For Kafka load, the current actual concurrency is
calculated as follows:
```
- Min(partition num, desired_concurrent_number,
Config.max_routine_load_task_concurrrent_num)
+ Min(partition num, desired_concurrent_number,
Config.max_routine_load_task_concurrent_num)
```
- Where `Config.max_routine_load_task_concurrrent_num` is a default maximum
concurrency limit for the system. This is a FE configuration that can be
adjusted by changing the configuration. The default is 5.
+ Where `Config.max_routine_load_task_concurrent_num` is a default maximum
concurrency limit for the system. This is a FE configuration that can be
adjusted by changing the configuration. The default is 5.
Where partition num refers to the number of partitions for the Kafka topic
subscribed to.
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 bd09d69e539..3cd4301b327 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
@@ -803,7 +803,7 @@ FE 会在每隔 es_state_sync_interval_secs 调用 es api 获取 es 索引分片
### `max_bytes_per_broker_scanner`
-默认值:3 * 1024 * 1024 * 1024L (3G)
+默认值:3*1024*1024*1024L (3G)
是否可以动态配置:true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]