heguanhui commented on code in PR #60209:
URL: https://github.com/apache/doris/pull/60209#discussion_r2726649905


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/BrokerMgr.java:
##########
@@ -52,7 +53,7 @@
  */
 public class BrokerMgr {
     public static final ImmutableList<String> BROKER_PROC_NODE_TITLE_NAMES = 
new ImmutableList.Builder<String>()
-            .add("Name").add("Host").add("Port").add("Alive")
+            .add("Name").add("Host").add("IP").add("Port").add("Alive")

Review Comment:
   
https://github.com/apache/doris/pull/60211,https://github.com/apache/doris/pull/60210
   Because of this two bugs in these two PRs, if I put this IP field to the 
end, it will result in display incorrectly, or you can merge these two PRs 
firstly, then I can rebase and adjust this field to the end.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to