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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/30 00:48:39 UTC

[jira] [Resolved] (HADOOP-6499) Standardize when we return false and when we throw IOException in FileSystem API

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

Allen Wittenauer resolved HADOOP-6499.
--------------------------------------

    Resolution: Won't Fix

> Standardize when we return false and when we throw IOException in FileSystem API
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-6499
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6499
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Zheng Shao
>
> Currently most of the methods in Hadoop FileSystem has 2 ways of returning errors:
> 1. Return false
> 2. throw an IOException
> We should standardize what should happen in what case, so that the caller can retry/fail accordingly.
> The standard can be added to javadoc of FileSystem, then we need to verify all FileSystem implementation follow the same standard.



--
This message was sent by Atlassian JIRA
(v6.2#6252)