liaoxin01 commented on code in PR #42881: URL: https://github.com/apache/doris/pull/42881#discussion_r1824112720
########## fe/fe-core/src/main/java/org/apache/doris/resource/Tag.java: ########## @@ -69,10 +69,13 @@ 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 COMPUTE_GROUP_PUBLIC_ENDPOINT = "compute_group_public_endpoint"; + public static final String COMPUTE_GROUP_PRIVATE_ENDPOINT = "compute_group_private_endpoint"; Review Comment: The tag name is not updated here, it only changed a variable name. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org