You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/10/29 13:19:33 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #2093: Fix some routine load bugs

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

 ##########
 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:
   The concurrency of task per BE has been limited by FE. This config is not useful.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org