szilard-nemeth commented on code in PR #4282:
URL: https://github.com/apache/hadoop/pull/4282#discussion_r870404079
##########
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerRequestor.java:
##########
@@ -213,12 +213,10 @@ protected AllocateResponse makeRemoteRequest() throws
YarnException,
allocateResponse.getCompletedContainersStatuses().size();
if (ask.size() > 0 || release.size() > 0) {
- LOG.info("getResources() for " + applicationId + ":" + " ask="
- + ask.size() + " release= " + release.size() + " newContainers="
- + allocateResponse.getAllocatedContainers().size()
- + " finishedContainers=" + numCompletedContainers
- + " resourcelimit=" + availableResources + " knownNMs="
- + clusterNmCount);
+ LOG.info("applicationId={} : asking={} release={} newContainers={}
finishedContainers={}"
Review Comment:
```suggestion
LOG.info("applicationId={} : ask={} release={} newContainers={}
finishedContainers={}"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]