[ 
https://issues.apache.org/jira/browse/HADOOP-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Chansler updated HADOOP-3995:
------------------------------------

         Priority: Blocker  (was: Major)
    Fix Version/s: 0.18.1

> renameTo(src, dst) does not restore src name in case of quota failure.
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-3995
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3995
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.18.0
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.18.1
>
>         Attachments: HADOOP-3995-018.patch, HADOOP-3995-018.patch
>
>
> How to reproduce :
> set up quota such that 'hadoop -mv src dst' results in a 'quota excceeded' 
> exception.
> * Now try : {{hadoop -mv src dst/src}} 
>    ** This fails as expected and 'src' exists after this as expected
> * Now try : {{hadoop -mv src dst/diffname}}
>    ** This fails as expected
>    ** buf 'src' does not exist after this, you will find 'diffname' directory 
> in its place
> I think fix should go into 0.18.1

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