|
@@ -47,8 +47,8 @@ public class RecallService implements ApplicationContextAware {
|
|
|
|
|
|
public RecallResult recall(RecallParam param) {
|
|
|
List<RecallStrategy> strategies = getRecallStrategy(param);
|
|
|
- log.info("recall strategies {}", JSONUtils.toJson(CommonCollectionUtils.toList(strategies,
|
|
|
- o -> o.getClass().getSimpleName())));
|
|
|
+// log.info("recall strategies {}", JSONUtils.toJson(CommonCollectionUtils.toList(strategies,
|
|
|
+// o -> o.getClass().getSimpleName())));
|
|
|
CountDownLatch cdl = new CountDownLatch(strategies.size());
|
|
|
List<Future<RecallResult.RecallData>> recallResultFutures = new ArrayList<>();
|
|
|
for (final RecallStrategy strategy : strategies) {
|