|
|
@ -320,13 +320,13 @@ public class FactOriginExtractServiceImpl implements FactOriginExtractService { |
|
|
|
try { |
|
|
|
future.get(); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("submitProjectRelationData exception:{}",e); |
|
|
|
log.error("submitProjectRelationData exception",e); |
|
|
|
} |
|
|
|
try { |
|
|
|
countDownLatch.await(); |
|
|
|
log.info("extractAll submitJob execute end,param:{}",JSON.toJSONString(param)); |
|
|
|
} catch (InterruptedException e) { |
|
|
|
log.error("extractAll daily InterruptedException:{}", e); |
|
|
|
log.error("extractAll daily InterruptedException", e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|