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 95BA99D88 for ; Thu, 2 Feb 2012 01:20:15 +0000 (UTC) Received: (qmail 184 invoked by uid 500); 2 Feb 2012 01:20:15 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 140 invoked by uid 500); 2 Feb 2012 01:20:14 -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 131 invoked by uid 99); 2 Feb 2012 01:20:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 01:20:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 02 Feb 2012 01:20:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 663C3186AF6 for ; Thu, 2 Feb 2012 01:19:53 +0000 (UTC) Date: Thu, 2 Feb 2012 01:19:53 +0000 (UTC) From: "Siddharth Seth (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1470550004.854.1328145593420.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <471314898.15697.1325875299262.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3634) All daemons should crash instead of hanging around when their EventHandlers get exceptions 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/MAPREDUCE-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated MAPREDUCE-3634: -------------------------------------- Status: Open (was: Patch Available) Other than Sharad's change request, 1 change required to AsyncDispatcher. {{eventQueue.put(event);}} used to throw an Exception in case of interruption. That exception should be added back. > All daemons should crash instead of hanging around when their EventHandlers get exceptions > ------------------------------------------------------------------------------------------ > > Key: MAPREDUCE-3634 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3634 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Vinod Kumar Vavilapalli > Assignee: Vinod Kumar Vavilapalli > Fix For: 0.23.1 > > Attachments: MAPREDUCE-3634-20120118.1.txt, MAPREDUCE-3634-20120119.txt > > > We should make sure that the daemons crash in case the dispatchers get exceptions and stop processing. That way we will be debugging RM/NM/AM crashes instead of hard-to-track hanging jobs. -- 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