You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Gera Shegalov (JIRA)" <ji...@apache.org> on 2014/04/08 00:50:14 UTC

[jira] [Created] (HDFS-6199) WebHdfsFileSystem does not treat UnresolvedLinkException

Gera Shegalov created HDFS-6199:
-----------------------------------

             Summary: WebHdfsFileSystem does not treat UnresolvedLinkException
                 Key: HDFS-6199
                 URL: https://issues.apache.org/jira/browse/HDFS-6199
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: webhdfs
    Affects Versions: 2.4.0
            Reporter: Gera Shegalov
            Assignee: Gera Shegalov
            Priority: Critical


{{o.a.h.hdfs.web.resources.ExceptionHandler.toResponse}} does not treat {{UnresolvedLinkException}} . This implies the client-side will generate a generic {{IOException}} or an unchecked exception. 

The server should return {{GONE}} that can be translated to {{FileNotFoundException}} or the actual {{UnresolvedLinkException}} if the API allows it.  



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