yongjinhou commented on code in PR #47411: URL: https://github.com/apache/doris/pull/47411#discussion_r1944030393
########## be/src/runtime/fragment_mgr.h: ########## @@ -216,6 +216,7 @@ class FragmentMgr : public RestMonitorIface { scoped_refptr<Thread> _cancel_thread; // every job is a pool std::unique_ptr<ThreadPool> _thread_pool; + std::unique_ptr<FifoThreadPool> _thread_pool_for_prepare; Review Comment: 在issue中添加相关分析了 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org