[
https://issues.apache.org/jira/browse/HDFS-9844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157961#comment-15157961
]
Andrew Wang commented on HDFS-9844:
-----------------------------------
LGTM +1 pending Jenkins, thanks Zhe
> 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
> 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)