Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 17454 invoked from network); 4 Jun 2009 12:47:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 12:47:18 -0000 Received: (qmail 35768 invoked by uid 500); 4 Jun 2009 12:47:30 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 35719 invoked by uid 500); 4 Jun 2009 12:47:30 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 35708 invoked by uid 99); 4 Jun 2009 12:47:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 12:47:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 04 Jun 2009 12:47:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D455B234C04C for ; Thu, 4 Jun 2009 05:47:07 -0700 (PDT) Message-ID: <1316147315.1244119627867.JavaMail.jira@brutus> Date: Thu, 4 Jun 2009 05:47:07 -0700 (PDT) From: "Devaraj Das (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Resolved: (HADOOP-5746) Errors encountered in MROutputThread after the last map/reduce call can go undetected In-Reply-To: <350448689.1240803630410.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das resolved HADOOP-5746. --------------------------------- Resolution: Fixed Fix Version/s: (was: 0.21.0) 0.20.1 Assignee: Amar Kamat Hadoop Flags: [Reviewed] I just committed this. Thanks, Amar! > Errors encountered in MROutputThread after the last map/reduce call can go undetected > ------------------------------------------------------------------------------------- > > Key: HADOOP-5746 > URL: https://issues.apache.org/jira/browse/HADOOP-5746 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/streaming > Reporter: Devaraj Das > Assignee: Amar Kamat > Fix For: 0.20.1 > > Attachments: 5746-reproduce.1.patch, 5746-testcase.patch, 5746.1.patch, 5746.6.patch > > > The framework map/reduce bridge methods make a check at the beginning of the respective methods whether _MROutputThread_ encountered an exception while writing keys/values that the streaming process emitted. However, if the exception happens in _MROutputThread_ after the last call to the map/reduce method, the exception goes undetected. An example of such an exception is an exception from the _DFSClient_ that fails to write to a file on the HDFS. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.