morningman commented on a change in pull request #2093: Fix some routine load 
bugs
URL: https://github.com/apache/incubator-doris/pull/2093#discussion_r340398444
 
 

 ##########
 File path: be/src/common/config.h
 ##########
 @@ -434,6 +434,10 @@ namespace config {
     // max consumer num in one data consumer group, for routine load
     CONF_Int32(max_consumer_num_per_group, "3");
 
+    // the size of thread pool for routine load task.
+    // this should be slightly larger than FE config 
'max_concurrent_task_num_per_be' (default 10)
+    CONF_Int32(routine_load_thread_pool_size, "12");
 
 Review comment:
   This is just self-protection of BE, in case that FE has some bugs...
   But I will simplify the configurations of FE, to make things simple.

----------------------------------------------------------------
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