gavinchou commented on code in PR #52816: URL: https://github.com/apache/doris/pull/52816#discussion_r2186893768
########## 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: caller 使用返回的fut去调用 future.wait_for(tmout) 就可以了 -- 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