yiguolei commented on code in PR #52816: URL: https://github.com/apache/doris/pull/52816#discussion_r2186284083
########## be/src/cloud/cloud_meta_mgr.cpp: ########## @@ -131,6 +131,22 @@ Status bthread_fork_join(const std::vector<std::function<Status()>>& tasks, int return status; } +void bthread_fork_join(const std::vector<std::function<Status()>>& tasks, int concurrency, Review Comment: 这个函数得有一个timeout 参数,如果超过一定时间,得失败 -- 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