You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by we...@apache.org on 2022/08/04 06:43:53 UTC

[dolphinscheduler] branch dev updated (aef2fbf36c -> acd3d3fab1)

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

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


    from aef2fbf36c [Python] Migrate exists method call in PythonGateway to corresponding service (#11188)
     add acd3d3fab1 Fix TaskGroup cannot work and will cause master dead loop (#11254)

No new revisions were added by this update.

Summary of changes:
 .../dao/entity/TaskGroupQueue.java                 |  4 +-
 .../dao/mapper/TaskGroupMapper.java                |  3 +
 .../dao/mapper/TaskGroupQueueMapper.java           |  3 +
 .../server/master/event/TaskStateEventHandler.java |  1 +
 .../master/runner/WorkflowExecuteRunnable.java     | 20 +++++-
 .../master/runner/task/CommonTaskProcessor.java    | 18 +-----
 .../service/process/ProcessService.java            |  4 +-
 .../service/process/ProcessServiceImpl.java        | 72 +++++++++++-----------
 8 files changed, 65 insertions(+), 60 deletions(-)