[ 
https://issues.apache.org/jira/browse/HDFS-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681788#comment-13681788
 ] 

Colin Patrick McCabe commented on HDFS-4626:
--------------------------------------------

This seems like something we should be able to unit test easily.  If nothing 
else, why not create a DFSClient and verify that getLinkTarget on a 
non-existent path throws an exception?
                
> ClientProtocol#getLinkTarget should throw an exception for non-existent paths
> -----------------------------------------------------------------------------
>
>                 Key: HDFS-4626
>                 URL: https://issues.apache.org/jira/browse/HDFS-4626
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 3.0.0
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>            Priority: Minor
>         Attachments: hadoop-9415-1.patch, hadoop-9415-2.patch, 
> hadoop-9415-3.patch, hdfs-4626-1.patch
>
>
> {{HdfsFileStatus#getLinkTarget}} can throw a NPE in {{DFSUtil#bytes2String}} 
> if {{symlink}} is null. Better to instead return null and propagate this to 
> the client.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to