[ 
https://issues.apache.org/jira/browse/HDFS-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Li updated HDFS-3766:
-----------------------------

    Component/s:     (was: test)
                 name-node
    Description: 
When a storage directory is removed, namenode doesn't close the stream and 
storage directory is remained locked. This could fail later on the restoring 
storage directory function because namenode will not be able to format original 
directory. Unlike Linux, Windows doesn't allow deleting a file or directory 
which is opened with no share/delete permission by a different process.

Similar problem also caused TestStorageRestore to fail because it can't delete 
the directories/files being used by the test itself. 

  was:Test setup failed because it can't delete the directories/files being 
used by the test itself. Unlike Linux, Windows doesn't allow deleting a file or 
directory which is opened with no share/delete permission by a different 
process.

        Summary: Release stream and storage directory for removed streams, and 
fix TestStorageRestore on Windows  (was: TestStorageRestore fails on Windows )
    
> Release stream and storage directory for removed streams, and fix 
> TestStorageRestore on Windows
> -----------------------------------------------------------------------------------------------
>
>                 Key: HDFS-3766
>                 URL: https://issues.apache.org/jira/browse/HDFS-3766
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>    Affects Versions: 1-win
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>
> When a storage directory is removed, namenode doesn't close the stream and 
> storage directory is remained locked. This could fail later on the restoring 
> storage directory function because namenode will not be able to format 
> original directory. Unlike Linux, Windows doesn't allow deleting a file or 
> directory which is opened with no share/delete permission by a different 
> process.
> Similar problem also caused TestStorageRestore to fail because it can't 
> delete the directories/files being used by the test itself. 

--
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