[ 
https://issues.apache.org/jira/browse/OOZIE-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated OOZIE-1514:
--------------------------------------
    Fix Version/s:     (was: trunk)

> Rerunning a coordinator with no input dependencies puts actions in WAITING 
> instead of READY and proceeding
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-1514
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1514
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Mona Chitnis
>            Assignee: Bowen Zhang
>            Priority: Blocker
>             Fix For: 4.0.0
>
>         Attachments: oozie-1514.patch, oozie-1514.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Following issue reported by Bowen:
>  
> {quote}
> rerun oozie coordinator action that has no data dependency will make the 
> action stuck in "WAITING" forever.
> The issue has to do with the change introduced in 
> coordActionInputCheckXCommand. The rerun action will fail this if statement:
> if (!nonExistListStr.equals(missingDeps))
> since nonExistListStr and missingDeps are both empty strings. Once it fails 
> the if statement, isChangeDependency is still
> set to false and the status change to "READY" will not be persisted since we 
> will call CoordActionUpdateForModifiedTimeJPAExecutor instead of 
> CoordActionUpdateForInputCheckJPAExecutor in the updateCoordAction method.
> the Action is in "WAITING" stage forever.
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to