liaoxin01 commented on code in PR #53104:
URL: https://github.com/apache/doris/pull/53104#discussion_r2199852368
##########
fe/fe-core/src/main/java/org/apache/doris/resource/Tag.java:
##########
@@ -69,10 +72,11 @@ public class Tag implements Writable {
public static final String CLOUD_CLUSTER_NAME = "cloud_cluster_name";
public static final String CLOUD_CLUSTER_ID = "cloud_cluster_id";
public static final String CLOUD_UNIQUE_ID = "cloud_unique_id";
- public static final String CLOUD_CLUSTER_PUBLIC_ENDPOINT =
"cloud_cluster_public_endpoint";
- public static final String CLOUD_CLUSTER_PRIVATE_ENDPOINT =
"cloud_cluster_private_endpoint";
public static final String CLOUD_CLUSTER_STATUS = "cloud_cluster_status";
+ public static final String PUBLIC_ENDPOINT = "public_endpoint";
Review Comment:
不会,以前show backend, tag已经展示是public_endpoint/private_endpoint了
--
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]