You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "fuweng11 (via GitHub)" <gi...@apache.org> on 2023/04/21 10:31:42 UTC

[GitHub] [inlong] fuweng11 commented on a diff in pull request #7891: [INLONG-7890][Manager] Add checks for unmodifiable data_node_name and cluster_name

fuweng11 commented on code in PR #7891:
URL: https://github.com/apache/inlong/pull/7891#discussion_r1173613492


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/InlongClusterEntity.java:
##########
@@ -32,6 +32,7 @@ public class InlongClusterEntity implements Serializable {
 
     private Integer id;
     private String name;
+    private String clusterDisplayName;

Review Comment:
   done



##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/DataNodeEntity.java:
##########
@@ -31,6 +31,7 @@ public class DataNodeEntity implements Serializable {
     private static final long serialVersionUID = 1L;
     private Integer id;
     private String name;
+    private String dataNodeDisplayName;

Review Comment:
   done



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org