PliskinZhang commented on issue #24889: URL: https://github.com/apache/doris/issues/24889#issuecomment-1736527575
> > Hi, I would like to confirm if you are using routine load multi-table import, if you have a small number of jobs this may be another issue. If you have a large number the routine load jobs, you can: > > > > 1. Reduce concurrency by lowering max_routine_load_task_concurrent_num (fe.config) > > 2. Increase slots by increasing max_routine_load_task_num_per_be & routine_load_thread_pool_size. (be.config) > > > > And it should be noted that max_routine_load_task_num_per_be must be less than routine_load_thread_pool_size. > > yes,im using routine load multi-table import i set max_routine_load_task_concurrent_num = 1 ,but in be.log the task num still increase to routine_load_thread_pool_size,why? 1fe 1be,should i restart be? put this config to fe.conf,not work.when i resume the multi-table routine load, curent tasks num can't remain one job task per be -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
