luchunliang commented on code in PR #4938:
URL: https://github.com/apache/inlong/pull/4938#discussion_r916462227


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java:
##########
@@ -56,11 +56,15 @@
 @Repository(value = "dataProxyConfigRepository")
 public class DataProxyConfigRepository implements IRepository {
 
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(DataProxyConfigRepository.class);
+
+    private static final String KEY_SECOND_CLUSTER_TAG = "second_cluster_tag";

Review Comment:
   Inlong group id change cluster tag from A to B. It is not a backup concept.
   And second_cluster_tag have been used by online SortStandalone.



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

Reply via email to