[
https://issues.apache.org/jira/browse/HDFS-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Kelly updated HDFS-3474:
-----------------------------
Attachment: HDFS-3474.diff
Patch to replace "catch (Exception e)" with specific exceptions
> 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
> Attachments: HDFS-3474.diff
>
>
> 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