[ https://issues.apache.org/jira/browse/HADOOP-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505351
]
Hadoop QA commented on HADOOP-1207:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12359904/HADOOP-1207_20070615.patch applied
and successfully tested against trunk revision r547649.
Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/290/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/290/console
> hdfs -rm should NOT fail if one of the files to remove is missing
> -----------------------------------------------------------------
>
> Key: HADOOP-1207
> URL: https://issues.apache.org/jira/browse/HADOOP-1207
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: arkady borkovsky
> Priority: Minor
> Attachments: HADOOP-1207_20070615.patch
>
>
> It looks like hdfs -rm with wild card argument first builds the list of
> files to delete, and then deletes them one by one.
> (This is OK so far).
> If one of the files on the list gets deleted by someone else before the
> command reaches it, the command fails.
> This seems a wrong behavior to me. I'd expect the command report the problem
> and continue deleting the rest of the files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|