enhancement #I37QVR WhenCondition时候,并发执行目前会每次新建线程可不可走线程池

修正了打印错误的问题
This commit is contained in:
徐佳
2021-03-26 11:36:31 +08:00
parent 47fe94b2b4
commit 4b186ef4b3

View File

@@ -149,9 +149,9 @@ public class Chain implements Executable {
for (Future<Boolean> f : futures) {
f.cancel(true);
}
LOG.warn("requestId [{}] executing async condition has reached max-wait-seconds, condition canceled and move to next executableItem."
, requestId);
}
LOG.warn("requestId [{}] executing async condition has reached max-wait-seconds, condition canceled and move to next executableItem."
, requestId);
} catch (InterruptedException e) {
// ignore InterruptedException