Oozie bundle is RUNNING but NOT materializing new actions
---------------------------------------------------------

                 Key: OOZIE-570
                 URL: https://issues.apache.org/jira/browse/OOZIE-570
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari


I think I got the reason that this user's coord job is no able to materialize. 
It is because there are around 250
RUNNING coord jobs in the system and all of them have about at least 1 or 3 
actions with missing dependencies. Oozie
materialization service picks top 50 jobs in a round and push materialization 
commands to the queue. But all of those
commands will fail because those jobs already have set max_throttle to 3 or 12 
and they also have 3 or 12actions in
waiting. Then again, the materialization service will pick these jobs trying to 
do same thing again in next round. 

Therefore, this user's job has no change to be picked up by Oozie 
materialization service since that service is like
infinite loop.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to