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


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -909,6 +911,7 @@ void FragmentMgr::cancel_worker() {
             c->clear_finished_tasks();
         }
 
+        std::unordered_map<TNetworkAddress, BrpcItem> brpc_stub_with_queries;

Review Comment:
   不要这么写,会出现2个rpc 链接的host 一样,但是brpc的对象不一样的问题。
   可以使用brpc stub的指针做key,然后把network address 放到BrpcItem 这里面,供check的时候打log 使用。



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