[
https://issues.apache.org/jira/browse/FALCON-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Balu Vellanki updated FALCON-1864:
----------------------------------
Fix Version/s: (was: trunk)
0.10
> Retry event does not get removed from delay queue even after the instance
> succeeds
> ----------------------------------------------------------------------------------
>
> Key: FALCON-1864
> URL: https://issues.apache.org/jira/browse/FALCON-1864
> Project: Falcon
> Issue Type: Bug
> Components: rerun
> Affects Versions: 0.9
> Reporter: Pallavi Rao
> Assignee: Pallavi Rao
> Fix For: 0.10
>
>
> {noformat}
> if (!jobStatus.equals("KILLED")) {
> LOG.debug("Re-enqueing message in RetryHandler for workflow
> with same delay as job status is running:"
> + " {}", message.getWfId());
> {noformat}
> Due to the above lines of code, the message gets enqueued even after the
> instance has succeeded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)