----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6422/#review10328 -----------------------------------------------------------
trunk/core/src/main/java/org/apache/oozie/service/Services.java <https://reviews.apache.org/r/6422/#comment21936> Could this create some CNF/RuntimeException exception that are not explicitly caugth? Adding more traces around this might help. - Mohammad Islam On Aug. 7, 2012, 4:40 a.m., Mona Chitnis wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6422/ > ----------------------------------------------------------- > > (Updated Aug. 7, 2012, 4:40 a.m.) > > > Review request for oozie. > > > 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 > ----- > > trunk/core/src/main/java/org/apache/oozie/ErrorCode.java 1370064 > trunk/core/src/main/java/org/apache/oozie/action/ActionExecutor.java > 1370064 > > trunk/core/src/main/java/org/apache/oozie/action/email/EmailActionExecutor.java > 1370064 > > trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java > 1370064 > > trunk/core/src/main/java/org/apache/oozie/action/oozie/SubWorkflowActionExecutor.java > 1370064 > trunk/core/src/main/java/org/apache/oozie/action/ssh/SshActionExecutor.java > 1370064 > trunk/core/src/main/java/org/apache/oozie/service/ActionService.java > 1370064 > trunk/core/src/main/java/org/apache/oozie/service/GroupsService.java > 1370064 > trunk/core/src/main/java/org/apache/oozie/service/Services.java 1370064 > trunk/core/src/test/java/org/apache/oozie/action/TestActionExecutor.java > 1370064 > > 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 > >
