You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kihwal Lee (Jira)" <ji...@apache.org> on 2020/06/08 22:10:00 UTC

[jira] [Created] (HADOOP-17070) LocalFs rename is broken.

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org