You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chase Bradford (JIRA)" <ji...@apache.org> on 2010/02/23 19:10:34 UTC

[jira] Created: (HADOOP-6593) TextRecordInputStream doesn't close SequenceFile.Reader

TextRecordInputStream doesn't close SequenceFile.Reader
-------------------------------------------------------

                 Key: HADOOP-6593
                 URL: https://issues.apache.org/jira/browse/HADOOP-6593
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.20.1
            Reporter: Chase Bradford
            Priority: Minor


Using hadoop fs -text on a glob with many sequence files can fail with too many open file handles.

The cause seems to be that TextRecordInputStream doesn't override close(), so printToStdout's call to close doesn't release the SequenceFile.Reader.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.