You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/10/27 09:38:07 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated (c11d97f -> 6caac0f)

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

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


    from c11d97f  Merge pull request #3996 from KnightChess/Fix-3994
     add 6caac0f  [FIX-3929] condition task would post wrong tasks when failover. (#3999)

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/logback-api.xml             |   2 +-
 .../dolphinscheduler/dao/utils/DagHelper.java      | 172 ++++++++++-----
 .../dolphinscheduler/dao/utils/DagHelperTest.java  | 234 +++++++++++++++++++--
 .../master/runner/ConditionsTaskExecThread.java    |   3 -
 .../server/master/runner/MasterExecThread.java     | 129 +-----------
 .../src/main/resources/logback-master.xml          |   1 -
 .../src/main/resources/logback-worker.xml          |   1 -
 .../server/master/MasterCommandTest.java           |  25 ---
 8 files changed, 350 insertions(+), 217 deletions(-)