fix #2533
This commit is contained in:
parent
96fec3ab27
commit
88e65ff1b9
@ -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