Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.0.3-alpha
-
None
-
None
-
None
Description
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)
Attachments
Attachments
Issue Links
- breaks
-
HBASE-8417 Hadoop2 MR tests fail intermittently because of ArithmeticException in yarn nodemanager
- Closed
- is duplicated by
-
MAPREDUCE-4940 division by zero in getLocalPathForWrite()
- Resolved
- is related to
-
YARN-235 LocalDirAllocator throws ArithmeticException
- Resolved
- relates to
-
HADOOP-8753 LocalDirAllocator throws "ArithmeticException: / by zero" when there is no available space on configured local dir
- Closed