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 f8f63874a3 [docs](routine-load)modify config name (#11394) f8f63874a3 is described below commit f8f63874a3ec231492f362391ba75c538f979991 Author: chenlinzhong <490103...@qq.com> AuthorDate: Tue Aug 2 11:17:37 2022 +0800 [docs](routine-load)modify config name (#11394) modify config name --- docs/en/docs/data-operate/import/import-way/routine-load-manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/data-operate/import/import-way/routine-load-manual.md b/docs/en/docs/data-operate/import/import-way/routine-load-manual.md index 1cbfe34028..334f9c5f7e 100644 --- a/docs/en/docs/data-operate/import/import-way/routine-load-manual.md +++ b/docs/en/docs/data-operate/import/import-way/routine-load-manual.md @@ -115,11 +115,11 @@ 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. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org