Pallavi Rao created FALCON-1864:
-----------------------------------
Summary: 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: trunk
{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)