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 719C7CF91 for ; Thu, 21 Jun 2012 18:31:45 +0000 (UTC) Received: (qmail 72557 invoked by uid 500); 21 Jun 2012 18:31:45 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 72489 invoked by uid 500); 21 Jun 2012 18:31:44 -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 72148 invoked by uid 99); 21 Jun 2012 18:31:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 18:31:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 867501402B5 for ; Thu, 21 Jun 2012 18:31:44 +0000 (UTC) Date: Thu, 21 Jun 2012 18:31:44 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <409302946.40282.1340303504553.JavaMail.jiratomcat@issues-vm> In-Reply-To: <337654709.16407.1338389003509.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4295) RM crashes due to DNS issue 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-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398709#comment-13398709 ] Hudson commented on MAPREDUCE-4295: ----------------------------------- Integrated in Hadoop-Common-trunk-Commit #2377 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2377/]) MAPREDUCE-4295. RM crashes due to DNS issue (tgraves) (Revision 1352638) Result = SUCCESS tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1352638 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java > RM crashes due to DNS issue > --------------------------- > > Key: MAPREDUCE-4295 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4295 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, resourcemanager > Reporter: Thomas Graves > Assignee: Thomas Graves > Priority: Critical > Fix For: 0.23.3 > > Attachments: MAPREDUCE-4295.patch, MAPREDUCE-4295.patch, MAPREDUCE-4295.patch, MAPREDUCE-4295.patch > > > we had a DNS outage and the RM crashed with the following backtrace: > 2012-05-29 19:17:34,492 FATAL > org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error in > handling event type NODE_UPDATE to the scheduler > java.lang.IllegalArgumentException: java.net.UnknownHostException: > host.com at > org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:430) > at > org.apache.hadoop.yarn.util.BuilderUtils.newContainerToken(BuilderUtils.java:261) > at > org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.createContainer(LeafQueue.java:1184) > at > org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.getContainer(LeafQueue.java:1167) > at > org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.assignContainer(LeafQueue.java:1213) -- 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