----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70502/ -----------------------------------------------------------
(Updated April 26, 2019, 2:47 p.m.) 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 (updated) ----- core/src/main/java/org/apache/oozie/DagEngine.java 70ce96122 core/src/test/java/org/apache/oozie/TestDagEngine.java 15f86403f core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java c40b30581 docs/src/site/markdown/DG_WorkflowReRun.md c128681a8 Diff: https://reviews.apache.org/r/70502/diff/2/ Changes: https://reviews.apache.org/r/70502/diff/1-2/ Testing ------- unit tests added Thanks, Kinga Marton
