Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
if ((ez != null)) { return this.makeQualified( new Path(ez.getPath() + "/" + FileSystem.TRASH_PREFIX + dfs.ugi.getShortUserName()));
This doesn't handle root dir correctly. The unit test testRootDirEZTrash in the attached patch can reproduce the error.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-8831 Trash Support for deletion in HDFS encryption zone
- Resolved