removedStorageDirs is not updated everywhere we remove a storage dir
--------------------------------------------------------------------

                 Key: HDFS-2703
                 URL: https://issues.apache.org/jira/browse/HDFS-2703
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 1.0.0
            Reporter: Eli Collins
            Assignee: Eli Collins


There are a number of places (FSEditLog#open, purgeEditLog, and rollEditLog) 
where we remove a storage directory but don't add it to the removedStorageDirs 
list. This means a storage dir may have been removed but we don't see it in the 
log or Web UI. This doesn't affect trunk/23 since the code there is totally 
different.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to