mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
enhancement #I37QVR WhenCondition时候,并发执行目前会每次新建线程可不可走线程池
修正了打印错误的问题
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user