|
@@ -49,9 +49,9 @@ public abstract class AbstractFlowPoolWithLevelRecallStrategy implements RecallS
|
|
|
String[] values = value.split("-");
|
|
|
videoFlowPoolMap.put(NumberUtils.toLong(values[0], 0), values[1]);
|
|
|
}
|
|
|
-
|
|
|
+ log.info("supply flowpool videoFlowPoolMap = {}", videoFlowPoolMap);
|
|
|
FilterResult filterResult = filterService.filter(FilterParamFactory.create(param, videoFlowPoolMap));
|
|
|
-
|
|
|
+ log.info("supply flowpool filterResult = {}", filterResult);
|
|
|
if (filterResult != null && CollectionUtils.isNotEmpty(filterResult.getVideoIds())) {
|
|
|
filterResult.getVideoIds().stream().forEach(vid -> {
|
|
|
Video recallData = new Video();
|