heguanhui commented on code in PR #60209:
URL: https://github.com/apache/doris/pull/60209#discussion_r2797276397
##########
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:
> better append new column to the end for better compatibility. it is the
same for the other similar occurrences
hello, I have already put this field to the end, and please review again~
--
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]