wyb opened a new pull request #5327: URL: https://github.com/apache/incubator-doris/pull/5327
Although there are many threads in thread pool, queue size is 1. When submitting task, too many task error may occur. logs: ``` I0118 07:26:57.605834 3358 routine_load_task_executor.cpp:161] submit a new routine load task: id=916d377d538744e9-92b68f3fc9f6456f, job_id=14541, txn_id=1340749, label=user_order-14541-916d377d538744e9- 92b68f3fc9f6456f-1340749, current tasks num: 4 I0118 07:26:57.607491 3358 routine_load_task_executor.cpp:81] too many tasks in thread pool. reject task: 95b8d683ebb04ec4-b29de2aec07a9b3d W0118 07:26:57.607501 3358 backend_service.cpp:141] failed to submit routine load task. job id: 31306 task id: TUniqueId(hi=-7658135304260268348, lo=-5576051523433358531) ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
