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)