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/09/05 14:57:50 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue, #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

EricGao888 opened a new issue, #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   * Failure strategy `continue` does not work for serial tasks. Although the doc doesn't say it could work for serial tasks, it should work for it instead of only for parallel tasks.
   * In many scenarios, we need a `clean-up` task at the end of a workflow. Without failure strategy working as expected, we could never achieve this.
   * This bug exists in both `3.0.0-release` and `dev`.
   ![image](https://user-images.githubusercontent.com/34905992/188475648-d4bb56e7-6cff-46a8-baa7-f349b17823ae.png)
   ![Uploading image.png…]()
   
   
   
   ### What you expected to happen
   
   * Failure strategy `continue` is supposed to work for all kinds of workflows.
   * We need to fix the bug and change the docs.
   
   ### How to reproduce
   
   * Already described above.
   
   ### Anything else
   
   * This bug is severe. Although I'm working on a fix, anyone who could quickly fix it are very welcome to submit a PR to this issue, much appreciated!
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org

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


Re: [I] [Bug] [Workflow] Workflow failure strategy does not work as expected [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1743963398

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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


[GitHub] [dolphinscheduler] caishunfeng commented on issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1241606041

   @EricGao888 so this issue should update as improvement? 


-- 
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


Re: [I] [Bug] [Workflow] Workflow failure strategy does not work as expected [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1756495058

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1237204357

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1272674668

   WIP, no stale


-- 
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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1241627113

   > @EricGao888 so this issue should update as improvement?
   
   I think so. I will give a design and send it to mail list later.


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11781:
URL: https://github.com/apache/dolphinscheduler/issues/11781#issuecomment-1272666567

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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


Re: [I] [Bug] [Workflow] Workflow failure strategy does not work as expected [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #11781: [Bug] [Workflow] Workflow failure strategy does not work as expected
URL: https://github.com/apache/dolphinscheduler/issues/11781


-- 
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