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/10 07:06:43 UTC

[incubator-dolphinscheduler] branch dev updated (c4be3b5 -> 39411ce)

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

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


    from c4be3b5  [Fix][API] Log dependency package conflict (#3833)
     add 39411ce  [FIX-3617][Service]fix 2 tasks instance are generated when fault tolerance (#3873)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/server/zk/ZKMasterClient.java | 604 +++++++++++----------
 .../service/process/ProcessService.java            | 167 +++---
 .../service/process/ProcessServiceTest.java        | 116 ++++
 pom.xml                                            |   1 +
 4 files changed, 520 insertions(+), 368 deletions(-)
 create mode 100644 dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/process/ProcessServiceTest.java