Merge pull request #1633 from zhaoyuguang/fix-ci

FIX CI UN Build
This commit is contained in:
Fury Zhu 2019-08-01 15:22:31 +08:00 committed by GitHub
commit 2be84834e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,7 +375,7 @@ public class ServerListManager {
private void checkDistroHeartbeat() { private void checkDistroHeartbeat() {
Loggers.EPHEMERAL.debug("check distro heartbeat."); Loggers.SRV_LOG.debug("check distro heartbeat.");
List<Server> servers = distroConfig.get(LOCALHOST_SITE); List<Server> servers = distroConfig.get(LOCALHOST_SITE);
if (CollectionUtils.isEmpty(servers)) { if (CollectionUtils.isEmpty(servers)) {