Sergey created OOZIE-1455:
-----------------------------
Summary: Can't stop oozie to create actions in WAITING state
Key: OOZIE-1455
URL: https://issues.apache.org/jira/browse/OOZIE-1455
Project: Oozie
Issue Type: Bug
Components: coordinator
Affects Versions: 3.3.2
Environment: CDH 4.3
Reporter: Sergey
Priority: Critical
I've created coordinator with controls settings:
{code}
<controls>
<timeout>15</timeout>
<concurrency>1</concurrency>
<throttle>-1</throttle>
</controls>
{code}
I have data partitioned by hour and this data should be processed sequentially.
When first partition is processed, some derivative is generated used in
processing for the next hour.
Oozie starts actions (trasition to RUNNING state) one by one. It's good.
The bad thing is that oozie create "future" actions in READY/WAITING state.
READY - when prev action did prepare derivate dataset,
WAITING - when prev action didn't prepare derivate.
Sometimes WAITING is changed to TIMEOUT and the whole process is broken.
Is there any possiblity to forbid oozie to create actions "in future" while we
have running action?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira