yiguolei commented on code in PR #47411: URL: https://github.com/apache/doris/pull/47411#discussion_r1929464093
########## 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: Why it will core in the future??? You should explain it in the PR description. -- 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