From c14e277b048af340e247cbef18496d23a2f78321 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Thu, 18 Jan 2018 18:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1865eb237..0960a12d0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ liteflow jar 4.0.0 - 1.2.18 + 1.2.19 UTF-8 diff --git a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java index 816fd588f..0160c2dff 100644 --- a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java +++ b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java @@ -132,6 +132,7 @@ public class FlowExecutor { if(component.isContinueOnError()){ LOG.error("[{}]:component[{}] cause error,but flow is still go on",t,slot.getRequestId(),component.getClass().getSimpleName()); }else{ + LOG.error("[{}]:executor cause error",t,slot.getRequestId()); throw t; } } @@ -146,7 +147,6 @@ public class FlowExecutor { } return (T)slot; }catch(Exception e){ - LOG.error("[{}]:executor cause error",e,slot.getRequestId()); throw new FlowSystemException("executor cause error"); }finally{ if(!isInnerChain) {