Github user pavankumar526 commented on a diff in the pull request: https://github.com/apache/falcon/pull/17#discussion_r51238559 --- Diff: rerun/src/main/java/org/apache/falcon/rerun/handler/RetryHandler.java --- @@ -75,6 +76,9 @@ public void handleRerun(String clusterName, String entityType, String entityName "All retry attempt failed out of configured: " + attempts + " attempt for entity instance::"); } + } catch (EntityNotRegisteredException ee) { --- End diff -- In RetryHandler Failure Case also this exception might occur, later after 0.9 we should fix this cleanly, instead of handling in each and every listener. Even though i am not sure what's the best way to handle this cleanly.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---