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

Sanjay Radia commented on HADOOP-7015:
--------------------------------------

RawLocalFileSystem#listStatus  does a list followed by a getFileStatus for each 
entry. 
It should ignore entries that do not exist since they may have been deleted 
after the list operation. 

> RawLocalFileSystem#listStatus does not deal with a  directory whose entries 
> are changing ( e.g. in a multi-thread or multi-process environment)
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7015
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7015
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>            Reporter: Sanjay Radia
>             Fix For: 0.22.0
>
>


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