You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/17 03:48:14 UTC

[GitHub] [dolphinscheduler] wanghaizhou commented on issue #10474: When pre-tasks are completed, the downstream task instance is not triggered to execute, and master throw a NullPointException

wanghaizhou commented on issue #10474:
URL: https://github.com/apache/dolphinscheduler/issues/10474#issuecomment-1158461039

   I found the trigger condition!The subtask has two Pre task, one for forbidden task and one for failed task. when we restart the failed task, the subtask do not run after the failed task complete, and the workflow stuck.
   We can resolve the problem by remove the forbidden task from the subtask's Pre tasks.
   ![image](https://user-images.githubusercontent.com/8066695/174220041-7c6f55a8-4de1-44c3-a385-4d3609f44fda.png)
   
   ![image](https://user-images.githubusercontent.com/8066695/174219922-e9427b2f-a102-4ec9-ae81-da7c01607234.png)
   
   
   > Hi @wanghaizhou , could you describe the steps to create the workflow's task? I can't reproduce this problem.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org