[
https://issues.apache.org/jira/browse/HADOOP-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-3995:
---------------------------------
Resolution: Fixed
Fix Version/s: 0.19.0
Release Note:
In case of quota failure on HDFS, rename does not restore source filename.
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
I just committeted this.
> 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, 0.19.0
>
> Attachments: HADOOP-3995-018.patch, HADOOP-3995-018.patch,
> HADOOP-3995-trunk.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/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.