Skip to content

Commit

Permalink
Merge pull request alibaba#1009 from alibaba/hotfix_cluster_has_null_…
Browse files Browse the repository at this point in the history
…service

Fix alibaba#1008
  • Loading branch information
Fury Zhu committed Apr 4, 2019
2 parents c5cf87a + 047491b commit 04797de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public String update(HttpServletRequest request) throws Exception {
Loggers.SRV_LOG.warn("[UPDATE-CLUSTER] cluster not exist, will create it: {}, service: {}", clusterName, serviceName);
cluster = new Cluster();
cluster.setName(clusterName);
cluster.setService(service);
}

cluster.setDefCkport(NumberUtils.toInt(checkPort));
Expand Down

0 comments on commit 04797de

Please sign in to comment.