Github user pavankumar526 commented on a diff in the pull request:
https://github.com/apache/falcon/pull/17#discussion_r51237273
--- 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 --
I think we should fix this in few other places also. One place i think of
is SLAMonitoringHandler for onSuccess method
---
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 [email protected] or file a JIRA ticket
with INFRA.
---