gavinchou commented on code in PR #53104:
URL: https://github.com/apache/doris/pull/53104#discussion_r2199839440


##########
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:
   这个升级兼容性会有问题吗?
   存量的仓库升级, 一个cg内的BE tag不一致了



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