Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1, 2.0.2-alpha
-
None
-
Testing against S3 bucket stored on US West (Read after Write consistency; eventual for read-after-delete or write-after-write)
Description
The S3N filesystem rename() doesn't make sure that the destination directory is not a child or other descendant of the source directory. The files are copied to the new destination, then the source directory is recursively deleted, so losing data.
Attachments
Attachments
Issue Links
- Is contained by
-
HADOOP-9258 Add stricter tests to FileSystemContractTestBase
- Closed
- is related to
-
HADOOP-13518 backport HADOOP-9258 to branch-2
- Resolved