Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 8D257968A for ; Thu, 15 Dec 2011 00:04:03 +0000 (UTC) Received: (qmail 50133 invoked by uid 500); 15 Dec 2011 00:04:03 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 50088 invoked by uid 500); 15 Dec 2011 00:04:03 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 49993 invoked by uid 99); 15 Dec 2011 00:04:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 00:04:03 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 00:03:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 78612113DAD for ; Thu, 15 Dec 2011 00:03:31 +0000 (UTC) Date: Thu, 15 Dec 2011 00:03:31 +0000 (UTC) From: "Vinod Kumar Vavilapalli (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1763862976.13429.1323907411507.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1410509208.23462.1322604339832.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3484) JobEndNotifier is getting interrupted before completing all its retries. 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/MAPREDUCE-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-3484: ----------------------------------------------- Resolution: Fixed Fix Version/s: 0.23.1 Release Note: Fixed JobEndNotifier to not get interrupted before completing all its retries. Status: Resolved (was: Patch Available) I just committed this to trunk and branch-0.23. Thanks Ravi Prakash! > JobEndNotifier is getting interrupted before completing all its retries. > ------------------------------------------------------------------------ > > Key: MAPREDUCE-3484 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3484 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mr-am, mrv2 > Affects Versions: 0.23.0 > Reporter: Ravi Prakash > Assignee: Ravi Prakash > Fix For: 0.23.1 > > Attachments: MAPREDUCE-3484.branch-0.23.patch, MAPREDUCE-3484.branch-0.23.patch, MAPREDUCE-3484.branch-0.23.patch > > > We noticed JobEndNotifier was getting an InterruptedException before completing all its retries. > To fix this, Job end notification method should be called before stop() in handle(JobFinishEvent). -- 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