Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
5b8d8fd763
@ -280,6 +280,9 @@ public class InstanceController {
|
||||
if (clientBeat != null) {
|
||||
if (StringUtils.isNotBlank(clientBeat.getCluster())) {
|
||||
clusterName = clientBeat.getCluster();
|
||||
} else {
|
||||
// fix #2533
|
||||
clientBeat.setCluster(clusterName);
|
||||
}
|
||||
ip = clientBeat.getIp();
|
||||
port = clientBeat.getPort();
|
||||
|
Loading…
Reference in New Issue
Block a user