Loading dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/shell/AbstractShell.java +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ public abstract class AbstractShell { try{ entry.getValue().destroy(); } catch (Exception e) { e.printStackTrace(); logger.error("Destroy All Processes error", e); } } Loading Loading
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/shell/AbstractShell.java +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ public abstract class AbstractShell { try{ entry.getValue().destroy(); } catch (Exception e) { e.printStackTrace(); logger.error("Destroy All Processes error", e); } } Loading