yiguolei commented on code in PR #39223: URL: https://github.com/apache/doris/pull/39223#discussion_r1713608269
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -133,6 +136,95 @@ std::string to_load_error_http_path(const std::string& file_name) { using apache::thrift::TException; using apache::thrift::transport::TTransportException; +static bool _get_all_running_queries(std::unordered_set<TUniqueId>& result_ref) { Review Comment: 应该针对每个fe 返回一个vector 直接返回值是map 就行了,不需要返回一个bool 值 -- 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