Shwetha G S created OOZIE-2001:
----------------------------------
Summary: Workflow re-runs doesn't update coord action status
Key: OOZIE-2001
URL: https://issues.apache.org/jira/browse/OOZIE-2001
Project: Oozie
Issue Type: Bug
Reporter: Shwetha G S
When a workflow is re-run, the corresponding coord action status is not updated
and coord action stays in killed state. This gives wrong impression that coord
action is not running which is not the case
SignalXCommand:
{code}
// Changing to synchronous call from asynchronous queuing to prevent
// undue delay from between end of previous and start of next action
if (wfJob.getStatus() != WorkflowJob.Status.RUNNING
&& wfJob.getStatus() != WorkflowJob.Status.SUSPENDED) {
// only for asynchronous actions, parent coord action's external id
will
// persisted and following update will succeed.
updateParentIfNecessary(wfJob);
new WfEndXCommand(wfJob).call(); // To delete the WF temp dir
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)