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


##########
fe/fe-core/src/main/java/org/apache/doris/system/Backend.java:
##########
@@ -70,7 +69,9 @@ public enum BackendState {
     @SerializedName("id")
     private long id;
     @SerializedName("host")
-    private String host;
+    private volatile String host;

Review Comment:
   我们最好在这里做一下区分,ipaddress 和 host name, 感觉现在这个host 和 hostname 区分不清楚。



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