|
@@ -49,7 +49,7 @@ public class DouHotFlowPoolRecallStrategy implements RecallStrategy {
|
|
|
|
|
|
|
|
|
|
if (CollectionUtils.isEmpty(redisValues)) {
|
|
if (CollectionUtils.isEmpty(redisValues)) {
|
|
- log.error("[DouHot recall is empty]");
|
|
|
|
|
|
+ log.info("[DouHot recall is empty]");
|
|
return Collections.emptyList();
|
|
return Collections.emptyList();
|
|
}
|
|
}
|
|
|
|
|