[ https://issues.apache.org/jira/browse/HADOOP-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924588#comment-16924588 ]
Hudson commented on HADOOP-16255: --------------------------------- FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17247 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/17247/]) HADOOP-16255. Add ChecksumFs.rename(path, path, boolean) (stevel: rev bb0b922a71cba9ceaf00588e9f3e3b2a3c2e3eab) * (add) hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestChecksumFs.java * (edit) hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFs.java > ChecksumFS.Make FileSystem.rename(path, path, options) doesn't rename checksum > ------------------------------------------------------------------------------ > > Key: HADOOP-16255 > URL: https://issues.apache.org/jira/browse/HADOOP-16255 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 2.8.5, 3.1.2 > Reporter: Steve Loughran > Assignee: Jungtaek Lim > Priority: Major > > ChecksumFS doesn't override FilterFS rename/3, so doesn't rename the checksum > with the file. > As a result, if a file is renamed over an existing file using rename(src, > dest, OVERWRITE) the renamed file will be considered to have an invalid > checksum -the old one is picked up instead. -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org