YARN-8210. AMRMClient logging on every heartbeat to track updation of AM RM token causes too many log lines to be generated in AM logs. (Suma Shivaprasad via wangda)

Change-Id: I70edd6e301fd5e78d479e1882aedc9332a0827aa
(cherry picked from commit b1833d9ba2)
This commit is contained in:
Wangda Tan 2018-04-27 13:07:38 -07:00
parent 8d3e6f99c1
commit c9f7209662
1 changed files with 0 additions and 1 deletions

View File

@ -941,7 +941,6 @@ public class AMRMClientImpl<T extends ContainerRequest> extends AMRMClient<T> {
// to ensure we replace the previous token setup by the RM.
// Afterwards we can update the service address for the RPC layer.
UserGroupInformation currentUGI = UserGroupInformation.getCurrentUser();
LOG.info("Updating with new AMRMToken");
currentUGI.addToken(amrmToken);
amrmToken.setService(ClientRMProxy.getAMRMTokenService(getConfig()));
}