Convert FSImage.removedStorageDirs into a map. ----------------------------------------------
Key: HADOOP-5619 URL: https://issues.apache.org/jira/browse/HADOOP-5619 Project: Hadoop Core Issue Type: Improvement Components: dfs Affects Versions: 0.21.0 Reporter: Konstantin Shvachko Fix For: 0.21.0 {{FSImage.removedStorageDirs}} is declared as an {{ArrayList}}. In order to avoid adding the same directory twice into {{removedStorageDirs}} we should convert it into a map. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.