Steve Loughran created HADOOP-12251: ---------------------------------------
Summary: FileStatus.hashCode is derived from mutable path field Key: HADOOP-12251 URL: https://issues.apache.org/jira/browse/HADOOP-12251 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 2.7.1 Reporter: Steve Loughran Priority: Minor The {{Filestatus.hashCode()}} operation uses the hash code from its path value. If the path is changed after insertion into any kind of hashmap, it won't be found. -- This message was sent by Atlassian JIRA (v6.3.4#6332)