Ivan Kelly created HDFS-3474: -------------------------------- Summary: Cleanup Exception handling in BookKeeper journal manager Key: HDFS-3474 URL: https://issues.apache.org/jira/browse/HDFS-3474 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Ivan Kelly Assignee: Ivan Kelly
There are a couple of instance of: {code} try { ... } catch (Exception e) { ... } {code} We should be catching the specific exceptions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira