-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6422/
-----------------------------------------------------------
(Updated Aug. 22, 2012, 7:08 p.m.)
Review request for oozie.
Changes
-------
Reverted Error catch from GroupsService to allow propagation and subsequent
service shutdown
Description
-------
During Oozie server startup, some of the services e.g. ActionService, if they
encounter an exception during initialization, the exception is not propagated
to the caller. As a result, shutdown occurs without any leads in the logs.
Exception handling needs to be improved for services init.
This addresses bug OOZIE-934.
https://issues.apache.org/jira/browse/OOZIE-934
Diffs (updated)
-----
trunk/core/src/main/java/org/apache/oozie/ErrorCode.java 1375867
trunk/core/src/main/java/org/apache/oozie/action/ActionExecutor.java 1375867
trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
1375867
trunk/core/src/main/java/org/apache/oozie/service/ActionService.java 1375867
trunk/core/src/main/java/org/apache/oozie/service/Services.java 1375867
Diff: https://reviews.apache.org/r/6422/diff/
Testing
-------
tested with some use cases
e.g. - wrong oozie property values
- missing classes
Thanks,
Mona Chitnis