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

Colin Patrick McCabe commented on HADOOP-9912:
----------------------------------------------

Sure.  We can change the default behavior in a separate JIRA.  I filed 
HADOOP-9984 to change the default behavior of FileSystem#globStatus and 
FileSystem#listStatus to be resolving symlinks.

bq. Plus multiple exceptions are now erroneously being reported as FNF, etc. 
Ex. I know of at least AccessControlException (I think Colin fixed?) and 
StandbyException but I think we encountered more.

This was already fixed in HADOOP-9929.

bq. The new implementation is causing increased RPC load by listing parent 
directories when no patterns are present in the component.

We're discussing this (plus a fix) on HADOOP-9981.
                
> globStatus of a symlink to a directory does not report symlink as a directory
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-9912
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9912
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.1.0-beta
>            Reporter: Jason Lowe
>            Priority: Blocker
>         Attachments: HADOOP-9912-testcase.patch, new-hdfs.txt, new-local.txt, 
> old-hdfs.txt, old-local.txt
>
>
> globStatus for a path that is a symlink to a directory used to report the 
> resulting FileStatus as a directory but recently this has changed.

--
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