yiguolei commented on code in PR #39223:
URL: https://github.com/apache/doris/pull/39223#discussion_r1715103317


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -133,6 +136,94 @@ 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) {
+    const std::map<TNetworkAddress, FrontendInfo>& running_fes =
+            ExecEnv::GetInstance()->get_running_frontends();
+
+    std::vector<TNetworkAddress> qualified_fes;

Review Comment:
   如果一个query的feuid,从这个map 里找不到,那么就不应该处理



-- 
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

Reply via email to