You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2017/10/16 13:08:02 UTC

[jira] [Created] (OOZIE-3087) Add option to rerun "failed and subsequent nodes" to rerun

Peter Cseh created OOZIE-3087:
---------------------------------

             Summary: Add option to rerun "failed and subsequent nodes" to rerun
                 Key: OOZIE-3087
                 URL: https://issues.apache.org/jira/browse/OOZIE-3087
             Project: Oozie
          Issue Type: Bug
          Components: core
            Reporter: Peter Cseh


Right now rerun has two options:
- rerun failed
- rerun all but specify which nodes to skip

We should create an option that says "start from the last  failed node and force rerun everything after". 
Imagine a scenario where there is a fork where every action in the fork goes to the join node in both the <ok> and the <error> transition. This can happen to avoid killing every action in the fork when one of them fails. Later they can use a decision node to check if any of the actions failed in the fork.

If one of the actions in the fork fails and the WF is rerun with the "failed only" option, the decision node won't get re-executed as it haven't failed before. The new option would solve this issue




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)