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

Doug Cutting commented on HADOOP-2381:
--------------------------------------

So the question is what to do if a lazy implementation of file status tries to 
fetch the permissions for a file that's been deleted since the FileStatus was 
created?  I guess returning the default values in this case would be 
reasonable.  So if you're listing a directory while someone is deleting it, the 
permissions will be displayed incorrectly, but the listing program won't crash.

> Support permission information in FileStatus
> --------------------------------------------
>
>                 Key: HADOOP-2381
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2381
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: fs
>    Affects Versions: 0.15.0
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Raghu Angadi
>             Fix For: 0.16.0
>
>         Attachments: 2381_20071207.patch, HADOOP-2381.patch, 
> HADOOP-2381.patch, HADOOP-2381.patch
>
>
> In HADOOP-2288,  FileSystem API is changed to support access control.  
> FileStatus should also be changed to support permission information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to