You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/04/11 01:43:15 UTC

[jira] [Created] (HADOOP-10490) TestMapFile and TestBloomMapFile leak file descriptors.

Chris Nauroth created HADOOP-10490:
--------------------------------------

             Summary: TestMapFile and TestBloomMapFile leak file descriptors.
                 Key: HADOOP-10490
                 URL: https://issues.apache.org/jira/browse/HADOOP-10490
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
    Affects Versions: 2.4.0, 3.0.0
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Minor


Multiple tests in {{TestMapFile}} and {{TestBloomMapFile}} open files but don't close them.  On Windows, the leaked file descriptors cause subsequent tests to fail, because file locks are still held while trying to delete the test data directory.



--
This message was sent by Atlassian JIRA
(v6.2#6252)