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