You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/01/07 03:15:44 UTC

[jira] Updated: (HADOOP-4985) IOException is abused in FSDirectory

     [ https://issues.apache.org/jira/browse/HADOOP-4985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4985:
-------------------------------------------

    Attachment: 4985_20090106.patch

4985_20090106.patch: remove unnecessary "throws IOException"

> IOException is abused in FSDirectory
> ------------------------------------
>
>                 Key: HADOOP-4985
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4985
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: 4985_20090106.patch
>
>
> In FSDirectory, quite a few methods are unnecessary declared with "throws IOException".  In some cases, it can just be removed without causing any compilation problem.  In some other cases, it can be replaced with a specific subclass like QuotaExceededException.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.