caiconghui commented on a change in pull request #7371:
URL: https://github.com/apache/incubator-doris/pull/7371#discussion_r769216843



##########
File path: docs/zh-CN/administrator-guide/load-data/broker-load-manual.md
##########
@@ -469,6 +469,18 @@ LoadFinishTime: 2019-07-27 11:50:16
         注意:一般用户的环境可能达不到 10M/s 的速度,所以建议超过 500G 的文件都进行文件切分,再导入。
         
         ```
+        
+### 作业调度
+
+系统会限制一个集群内,正在运行的 Broker Load 作业数量,以防止同时运行过多的 Load 作业。
+
+首先, FE 的配置参数:`desired_max_waiting_jobs` 会限制一个集群内,正在运行(作业状态为 PENDING 或 
LOADING)的 Broker Load 作业数量。默认为 100。如果超过这个阈值,新提交的作业将会被直接拒绝。

Review comment:
       ```suggestion
   首先, FE 的配置参数:`desired_max_waiting_jobs` 会限制一个集群内,未开始和正在运行(作业状态为 PENDING 或 
LOADING)的 Broker Load 作业数量。默认为 100。如果超过这个阈值,新提交的作业将会被直接拒绝。
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to