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


##########
fe/fe-core/src/main/java/org/apache/doris/planner/SchemaScanNode.java:
##########
@@ -96,6 +100,17 @@ public void finalizeForNereids() throws UserException {
         frontendPort = Config.rpc_port;
     }
 
+    private void setOtherFeIp(TPlanNode msg) {
+        if ("processlist".equals(tableName) && 
ConnectContext.get().getSessionVariable().showAllFeConnection) {
+            List<String> feIpList = new ArrayList<>();
+            List<Pair<String, Integer>> ret = 
FrontendsProcNode.getFrontendWithRpcPort(Env.getCurrentEnv(), false);

Review Comment:
   这里直接把所有的fe ip 都放进去吧
   BE 的逻辑改成,只要有这个,就忽略原来单独设置的fe ip和port



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