EmmyMiao87 commented on a change in pull request #974: Fix some bugs
URL: https://github.com/apache/incubator-doris/pull/974#discussion_r276973732
 
 

 ##########
 File path: 
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
 ##########
 @@ -279,7 +280,7 @@ private void checkJobProperties() throws AnalysisException 
{
         }
 
         desiredConcurrentNum = ((Long) 
Util.getLongPropertyOrDefault(jobProperties.get(DESIRED_CONCURRENT_NUMBER_PROPERTY),
-                RoutineLoadJob.DEFAULT_TASK_MAX_CONCURRENT_NUM, 
DESIRED_CONCURRENT_NUMBER_PRED,
+                Config.max_routine_load_task_concurrent_num, 
DESIRED_CONCURRENT_NUMBER_PRED,
 
 Review comment:
   Maybe max_concurrent_num_of_per_rl_task is better? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to