You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Purshotam Shah (JIRA)" <ji...@apache.org> on 2015/09/01 01:16:45 UTC

[jira] [Assigned] (OOZIE-2348) Recovery service keeps on recovering coord action of suspended jobs

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

Purshotam Shah reassigned OOZIE-2348:
-------------------------------------

    Assignee: Purshotam Shah

> Recovery service keeps on recovering coord action of suspended jobs
> -------------------------------------------------------------------
>
>                 Key: OOZIE-2348
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2348
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>            Assignee: Purshotam Shah
>         Attachments: OOZIE-2348-V1.patch
>
>
> {code}
>          @NamedQuery(name = "GET_READY_ACTIONS_GROUP_BY_JOBID", query = "select a.jobId, min(a.lastModifiedTimestamp) from CoordinatorActionBean a where a.statusStr = 'READY' group by a.jobId having min(a.lastModifiedTimestamp) < :lastModifiedTime"),
>         @NamedQuery(name = "GET_COORD_ACTIONS_WAITING_SUBMITTED_OLDER_THAN", query = "select a.id, a.jobId, a.statusStr, a.externalId, a.pushMissingDependencies from CoordinatorActionBean a where (a.statusStr = 'WAITING' OR a.statusStr = 'SUBMITTED') AND a.lastModifiedTimestamp <= :lastModifiedTime"),
> {code}
> Even if job is suspended, Recovery service will keep on queuing ready, waiting, ready command.



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