Kihwal Lee created HADOOP-17070: ----------------------------------- Summary: LocalFs rename is broken. Key: HADOOP-17070 URL: https://issues.apache.org/jira/browse/HADOOP-17070 Project: Hadoop Common Issue Type: Bug Reporter: Kihwal Lee
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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org