[
https://issues.apache.org/jira/browse/OOZIE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071451#comment-14071451
]
Purshotam Shah commented on OOZIE-1536:
---------------------------------------
I guess there are difference between rerunning coord action and wf.
If one want to reuse same WF just rerun the WF.
Rerunning a coord action start from CoordActionInputCheck, and this is
important because user can modify coord definitions/properties on fly and rerun
coord action with new definitions.
New definition can even point to new WF or new input set. So we should not
change the rerun behavior, it has to launch new WF.
{code}
Coordinator action reruns start a new workflow and if existing workflow for the
action is in running state, the same is not checked.
Coord rerun can possibly do a workflow re-run to prevent this.
{code}
We can't rerun a coord action if it's in running state. Are you taking about
sub-workflow? If WF or sub-WF is in running state then coord action should also
should be in running state.
If that is not the case then it's different issue.
> Coordinator action reruns start a new workflow
> ----------------------------------------------
>
> Key: OOZIE-1536
> URL: https://issues.apache.org/jira/browse/OOZIE-1536
> Project: Oozie
> Issue Type: Improvement
> Reporter: Srikanth Sundarrajan
>
> Coordinator action reruns start a new workflow and if existing workflow for
> the action is in running state, the same is not checked. Coord rerun can
> possibly do a workflow re-run to prevent this.
--
This message was sent by Atlassian JIRA
(v6.2#6252)