----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70502/ -----------------------------------------------------------
Review request for oozie and Andras Salamon. Repository: oozie-git Description ------- Currently when you re-run a workflow with property "oozie.wf.rerun.failnodes" set to true, you can no longer re-run it again with "oozie.wf.rerun.skip.nodes" property specified, even if you set "oozie.wf.rerun.failnodes" to false. This kind of limitation is not reasonable. There is only one case where "oozie.wf.rerun.failnodes" is true and "oozie.wf.rerun.skip.nodes" is not null or empty, that should be disallowed. Diffs ----- core/src/main/java/org/apache/oozie/DagEngine.java 70ce96122 core/src/test/java/org/apache/oozie/TestDagEngine.java 15f86403f Diff: https://reviews.apache.org/r/70502/diff/1/ Testing ------- unit tests added Thanks, Kinga Marton
