Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 76900 invoked from network); 20 Mar 2010 11:17:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Mar 2010 11:17:48 -0000 Received: (qmail 40684 invoked by uid 500); 20 Mar 2010 11:17:48 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 40572 invoked by uid 500); 20 Mar 2010 11:17:48 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 40560 invoked by uid 99); 20 Mar 2010 11:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Mar 2010 11:17:48 +0000 X-ASF-Spam-Status: No, hits=-1079.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Mar 2010 11:17:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98AB8234C4CF for ; Sat, 20 Mar 2010 11:17:27 +0000 (UTC) Message-ID: <262725356.385421269083847624.JavaMail.jira@brutus.apache.org> Date: Sat, 20 Mar 2010 11:17:27 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6593) TextRecordInputStream doesn't close SequenceFile.Reader In-Reply-To: <474988944.466531266948634220.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-6593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847764#action_12847764 ] Hudson commented on HADOOP-6593: -------------------------------- Integrated in Hadoop-Common-trunk #282 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/282/]) . TextRecordInputStream doesn't close SequenceFile.Reader. Contributed by Chase Bradford. > 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 > Assignee: Chase Bradford > Priority: Minor > Fix For: 0.22.0 > > Attachments: HADOOP-6593.patch > > > 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.