xiaoSu 2024-04-21 16:40:25 +08:00
parent d7c5b3a4d4
commit 42cfad7b90
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}