Description
In LocalFs and any other FileContext based on ChecksumFs, the renameInternal(src, dest, overwrite) method is broken since it is not implemented. The method in FilterFs will be invoked, which is checksum unaware. This can result in file leaks.
Attachments
Issue Links
- is duplicated by
-
HADOOP-16255 ChecksumFS.Make FileSystem.rename(path, path, options) doesn't rename checksum
- Resolved