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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]