You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2020/10/22 15:39:00 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated (7a088b7 -> 075d163)

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a change to branch 1.3.3-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 7a088b7  fix #3966 sub process doesnot send alert mail after process instance ending. (#3972)
     add 075d163  [Fix-#3618][server] resolve task executed finished but not release the file handle (#3975)

No new revisions were added by this update.

Summary of changes:
 .../{WorkerLogFilter.java => TaskLogAppender.java} | 38 ++++++++--------------
 .../server/worker/runner/TaskExecuteThread.java    |  3 +-
 .../worker/task/AbstractCommandExecutor.java       |  6 +++-
 .../server/worker/task/AbstractTask.java           | 17 +++++++---
 .../src/main/resources/logback-worker.xml          |  2 +-
 5 files changed, 34 insertions(+), 32 deletions(-)
 copy dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/log/{WorkerLogFilter.java => TaskLogAppender.java} (59%)