Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEF03FA96 for ; Wed, 24 Apr 2013 14:15:19 +0000 (UTC) Received: (qmail 33007 invoked by uid 500); 24 Apr 2013 14:15:19 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 32249 invoked by uid 500); 24 Apr 2013 14:15:16 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 32146 invoked by uid 99); 24 Apr 2013 14:15:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 14:15:16 +0000 Date: Wed, 24 Apr 2013 14:15:15 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8417) Hadoop2 MR tests fail intermittently because of ArithmeticException in yarn nodemanager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jonathan Hsieh created HBASE-8417: ------------------------------------- Summary: Hadoop2 MR tests fail intermittently because of ArithmeticException in yarn nodemanager Key: HBASE-8417 URL: https://issues.apache.org/jira/browse/HBASE-8417 Project: HBase Issue Type: Sub-task Components: hadoop2, mapreduce, test Reporter: Jonathan Hsieh Two tests in a recent run failed due to this exception (in the same place in yarn). org.apache.hadoop.hbase.mapreduce.TestTableMapReduce.testMultiRegionTable org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.testExcludeAllFromMinorCompaction {code} 2013-04-24 06:05:15,745 WARN [AsyncDispatcher event handler] resourcemanager.RMAuditLogger(255): USER=jenkins OPERATION=Application Finished - Failed TARGET=RMAppManager RESULT=FAILURE DESCRIPTION=App failed with state: FAILED PERMISSIONS=Application application_1366808640917_0002 failed 1 times due to AM Container for appattempt_1366808640917_0002_000001 exited with exitCode: -1000 due to: java.lang.ArithmeticException: / by zero at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:368) at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:150) at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:131) at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:115) at org.apache.hadoop.yarn.server.nodemanager.LocalDirsHandlerService.getLocalPathForWrite(LocalDirsHandlerService.java:279) at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService$LocalizerRunner.run(ResourceLocalizationService.java:851) .Failing this attempt.. Failing the application. APPID=application_1366808640917_0002 {code} My guess is that this affects all the yarn/mr2/hadoop2 MR jobs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira