@@ -435,6 +435,7 @@ public class MatchVideoServiceImpl {
uploadCrawlerVideoQueue.addAll(matchVideos);
} while (!CollectionUtils.isEmpty(matchVideos));
}
+ log.info("uploadCrawlerVideoQueue add end");
countDownLatch.await();