|
@@ -674,7 +674,7 @@ public class RMContainerAllocator extends RMContainerRequestor
|
|
JobEventType.JOB_AM_REBOOT));
|
|
JobEventType.JOB_AM_REBOOT));
|
|
throw new YarnRuntimeException(
|
|
throw new YarnRuntimeException(
|
|
"Resource Manager doesn't recognize AttemptId: "
|
|
"Resource Manager doesn't recognize AttemptId: "
|
|
- + this.getContext().getApplicationID(), e);
|
|
|
|
|
|
+ + this.getContext().getApplicationAttemptId(), e);
|
|
} catch (ApplicationMasterNotRegisteredException e) {
|
|
} catch (ApplicationMasterNotRegisteredException e) {
|
|
LOG.info("ApplicationMaster is out of sync with ResourceManager,"
|
|
LOG.info("ApplicationMaster is out of sync with ResourceManager,"
|
|
+ " hence resync and send outstanding requests.");
|
|
+ " hence resync and send outstanding requests.");
|