Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6522C9316 for ; Mon, 18 Jun 2012 16:03:45 +0000 (UTC) Received: (qmail 8527 invoked by uid 500); 18 Jun 2012 16:03:45 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 8488 invoked by uid 500); 18 Jun 2012 16:03:45 -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 8479 invoked by uid 99); 18 Jun 2012 16:03:45 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 16:03:45 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 046F21402B8 for ; Mon, 18 Jun 2012 16:03:45 +0000 (UTC) Date: Mon, 18 Jun 2012 16:03:45 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <995666727.25361.1340035425022.JavaMail.jiratomcat@issues-vm> In-Reply-To: <418797609.53847.1339182683321.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8495) Update Netty to avoid leaking file descriptors during shuffle 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-8495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395982#comment-13395982 ] Hudson commented on HADOOP-8495: -------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #2384 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2384/]) HADOOP-8495. Update Netty to avoid leaking file descriptors during shuffle (Jason Lowe via tgraves) (Revision 1351363) Result = FAILURE tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1351363 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-project/pom.xml > Update Netty to avoid leaking file descriptors during shuffle > ------------------------------------------------------------- > > Key: HADOOP-8495 > URL: https://issues.apache.org/jira/browse/HADOOP-8495 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.23.3, 2.0.0-alpha, 3.0.0 > Reporter: Jason Lowe > Assignee: Jason Lowe > Priority: Critical > Fix For: 0.23.3 > > Attachments: HADOOP-8495.patch > > > Netty 3.2.3.Final has a known bug where writes to a closed channel do not have their futures invoked. See [Netty-374|https://issues.jboss.org/browse/NETTY-374]. This can lead to file descriptor leaks during shuffle as noted in MAPREDUCE-4298. -- 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