Merge pull request #1034 from alibaba/hotfix_register_instance_idempotent

Fix #1033
This commit is contained in:
Fury Zhu 2019-04-10 15:14:46 +08:00 committed by GitHub
commit d649106f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ public class Cluster extends com.alibaba.nacos.api.naming.pojo.Cluster implement
public Cluster(String clusterName) {
this.setName(clusterName);
validate();
}
public int getDefIPPort() {