[
https://issues.apache.org/jira/browse/HADOOP-10490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966611#comment-13966611
]
Hudson commented on HADOOP-10490:
---------------------------------
SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1754 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1754/])
HADOOP-10490. TestMapFile and TestBloomMapFile leak file descriptors.
Contributed by Chris Nauroth. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1586570)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/MapFile.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestBloomMapFile.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestMapFile.java
> 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: 3.0.0, 2.4.0
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Minor
> Fix For: 3.0.0, 2.4.1
>
> Attachments: HADOOP-10490.1.patch, HADOOP-10490.2.patch
>
>
> 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)