Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.21.0, 0.22.0
-
None
-
None
-
Reviewed
Description
HDFS-677 introduced check in rename to reject rename from src to dst where dst starts with src. This results in a bug where rename from /test /testFoo fails. Instead of testing dst starts with src, the check should be modified so that dst cannot be a directory or a file under src.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-677 Rename failure due to quota results in deletion of src directory
- Closed