You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2012/11/21 18:23:58 UTC

[jira] [Created] (HADOOP-9079) LocalDirAllocator throws ArithmeticException

Jimmy Xiang created HADOOP-9079:
-----------------------------------

             Summary: LocalDirAllocator throws ArithmeticException
                 Key: HADOOP-9079
                 URL: https://issues.apache.org/jira/browse/HADOOP-9079
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Jimmy Xiang
            Priority: Minor


2012-11-19 22:07:41,709 WARN  [IPC Server handler 0 on 38671] nodemanager.NMAuditLogger(150): USER=UnknownUser	IP=****	OPERATION=Stop Container Request	TARGET=ContainerManagerImpl	RESULT=FAILURE	DESCRIPTION=Trying to stop unknown container!	APPID=application_1353391620476_0001	CONTAINERID=container_1353391620476_0001_01_000010
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:263)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService$LocalizerRunner.run(ResourceLocalizationService.java:849)

--
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