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 "Robert Chansler (JIRA)" <ji...@apache.org> on 2008/09/11 00:34:44 UTC

[jira] Updated: (HADOOP-4009) Declare HDFS exceptions in the HDFS interface and also in class FileSystem and rethrow the encapsulated exception

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

Robert Chansler updated HADOOP-4009:
------------------------------------

    Component/s: dfs

> Declare HDFS exceptions in the HDFS interface and also in class FileSystem and rethrow the encapsulated exception
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4009
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4009
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: dfs
>            Reporter: Sanjay Radia
>
> Server-side exceptions are encapsulated in the remote exception (as  the class name and the error string ).
> The client side and FileSystem does not declare or thrown the these encapsulated exception.
> Work Items
>  * Declare the exceptions in FileSystem and the HDFS interface (but still as subclasses of IOException)
>  * Rethrow encapsulated declared exceptions if they are the declared exception.

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