-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70502/
-----------------------------------------------------------

(Updated July 15, 2019, 12:14 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 214740574 
  core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java 
d1d75b50a 
  docs/src/site/markdown/DG_WorkflowReRun.md c128681a8 


Diff: https://reviews.apache.org/r/70502/diff/3/

Changes: https://reviews.apache.org/r/70502/diff/2-3/


Testing
-------

unit tests added


Thanks,

Kinga Marton

Reply via email to