[
https://issues.apache.org/jira/browse/OOZIE-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696056#comment-14696056
]
Purshotam Shah commented on OOZIE-2228:
---------------------------------------
Test failure are unrelated.. lines longer than 132 are named queries.
> Statustransit service doesn't pick bundle with suspend status
> -------------------------------------------------------------
>
> Key: OOZIE-2228
> URL: https://issues.apache.org/jira/browse/OOZIE-2228
> Project: Oozie
> Issue Type: Bug
> Reporter: Purshotam Shah
> Assignee: Purshotam Shah
> Attachments: OOZIE-2228-V1.patch, OOZIE-2228-V2.patch,
> OOZIE-2228-V3.patch
>
>
> {code}
> @NamedQuery(name = "GET_BUNDLE_IDS_FOR_STATUS_TRANSIT", query = "select
> DISTINCT w.id from BundleActionBean a , BundleJobBean w where
> a.lastModifiedTimestamp >= :lastModifiedTime and w.id = a.bundleId and
> (w.statusStr = 'RUNNING' OR w.statusStr = 'RUNNINGWITHERROR' OR w.statusStr =
> 'PAUSED' OR w.statusStr = 'PAUSEDWITHERROR' OR w.pending = 1)"),
> {code}
> Can be reproduced easily.
> 1. suspend coord, bundle goes to suspend by StatusTransitService.
> 2. resume coord, bundle remains in suspend state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)