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

Reply via email to