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 F2DBC958D for ; Fri, 1 Jun 2012 21:53:23 +0000 (UTC) Received: (qmail 61223 invoked by uid 500); 1 Jun 2012 21:53:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 61171 invoked by uid 500); 1 Jun 2012 21:53:23 -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 61160 invoked by uid 99); 1 Jun 2012 21:53:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 21:53:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 9E37914285F for ; Fri, 1 Jun 2012 21:53:23 +0000 (UTC) Date: Fri, 1 Jun 2012 21:53:23 +0000 (UTC) From: "Daryn Sharp (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <506384066.28523.1338587603650.JavaMail.jiratomcat@issues-vm> In-Reply-To: <263568855.27267.1338569363291.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4302) NM goes down if error encountered during log aggregation 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-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287709#comment-13287709 ] Daryn Sharp commented on MAPREDUCE-4302: ---------------------------------------- Yes, I manually tested by doing things like replacing the log dir with a file to force the mkdir to fail. > NM goes down if error encountered during log aggregation > -------------------------------------------------------- > > Key: MAPREDUCE-4302 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4302 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: nodemanager > Affects Versions: 0.23.0, 2.0.0-alpha, trunk > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Priority: Critical > Attachments: MAPREDUCE-4302.patch > > > When a container launch request is sent to the NM, if _any_ exception occurs during the init of log aggregation then the NM goes down. The problem can be induced by situations including, but certainly not limited to: transient rpc connection issues, missing tokens, expired tokens, permissions, full/quota exceeded dfs, etc. The problem may occur with and without security enabled. > The ramification is an entire cluster can be rather easily brought down either maliciously, accidentally, or via a submission bug. -- 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