[
https://issues.apache.org/jira/browse/HDFS-9844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhe Zhang updated HDFS-9844:
----------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Thanks Andrew! All reported test failures are unrelated and pass locally. The
{{TestEncryptionZones}} failure is a timeout and is unrelated to the change. I
just committed the patch to trunk, branch-2, and branch-2.8.
> Correct path creation in getTrashRoot to handle root dir
> --------------------------------------------------------
>
> Key: HDFS-9844
> URL: https://issues.apache.org/jira/browse/HDFS-9844
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: encryption
> Affects Versions: 2.8.0
> Reporter: Zhe Zhang
> Assignee: Zhe Zhang
> Priority: Blocker
> Fix For: 2.8.0
>
> Attachments: HDFS-9844.00.patch
>
>
> {code}
> if ((ez != null)) {
> return this.makeQualified(
> new Path(ez.getPath() + "/" + FileSystem.TRASH_PREFIX +
> dfs.ugi.getShortUserName()));
> {code}
> This doesn't handle root dir correctly. The unit test {{testRootDirEZTrash}}
> in the attached patch can reproduce the error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)