-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42592/
-----------------------------------------------------------
Review request for Falcon.
Bugs: FALCON-1757
https://issues.apache.org/jira/browse/FALCON-1757
Repository: falcon-git
Description
-------
By the time falcon get failure notifications of process instances from oozie
there is chance that entity was deleted before re-running the workflow. In that
case Falcon is throwing exception saying rerun consumer failed. We fixed it by
catching EntityNotRegistered Exception and logged it as warning.
Diffs
-----
rerun/src/main/java/org/apache/falcon/rerun/handler/AbstractRerunConsumer.java
f60b927
rerun/src/main/java/org/apache/falcon/rerun/handler/LateRerunConsumer.java
4297788
rerun/src/main/java/org/apache/falcon/rerun/handler/LateRerunHandler.java
1d2ed37
rerun/src/main/java/org/apache/falcon/rerun/handler/RetryConsumer.java
96300d9
Diff: https://reviews.apache.org/r/42592/diff/
Testing
-------
Thanks,
pavan kumar kolamuri