You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by lg...@apache.org on 2020/10/13 10:05:41 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated (1894651 -> f29f4e8)

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

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


    from 1894651  Merge pull request #3890 from apache/revert-3870-1.3.3-bug-ui-fix-3835
     add f29f4e8  [FIX-3617][Service]after subtask fault tolerance, 2 task instances are generated (#3830)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci_ut.yml                        |   2 +-
 .../dolphinscheduler/server/zk/ZKMasterClient.java |  12 +-
 .../service/process/ProcessService.java            | 172 ++++++++++++---------
 .../service/process/ProcessServiceTest.java        | 107 +++++++++++++
 pom.xml                                            |   1 +
 5 files changed, 218 insertions(+), 76 deletions(-)
 create mode 100644 dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/process/ProcessServiceTest.java