-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.0
-
Fix Version/s: 2.7.0
-
Component/s: applicationmaster
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
It's confusing in the following codes of RMContainerAllocator.java .
RMContainerAllocator.java
throw new YarnRuntimeException( "Resource Manager doesn't recognize AttemptId: " + this.getContext().getApplicationID(), e);
Here should be getApplicationAttemptId() instead of getApplicationID().