master
parent
d7c5b3a4d4
commit
42cfad7b90
|
@ -259,7 +259,7 @@ public class HandleCache {
|
|||
//从缓存中获取公网IP和负载量列表
|
||||
List<NodeLoadNum> ipAndLoadCounts = gatewayIpLoadCountKey.get();
|
||||
if (ipAndLoadCounts.isEmpty()) {
|
||||
log.error("负载量列表为空!");
|
||||
log.error("负载量列表为空");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -294,7 +294,7 @@ public class HandleCache {
|
|||
//从缓存中获取公网IP和权重列表
|
||||
List<NodeLoadWeight> ipAndWeights = gatewayWeightCache.get();
|
||||
if (ipAndWeights.isEmpty()) {
|
||||
log.error("负载节点IP和权重列表为空!");
|
||||
log.error("负载节点IP和权重列表为空");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue