[
https://issues.apache.org/jira/browse/YARN-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320232#comment-14320232
]
Advertising
Hudson commented on YARN-3158:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #104 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/104/])
YARN-3158. Correct log messages in ResourceTrackerService. Contributed (xgong:
rev 99f6bd4f7ab1c5cac57362690c686139e73251d9)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceTrackerService.java
> Correct log messages in ResourceTrackerService
> ----------------------------------------------
>
> Key: YARN-3158
> URL: https://issues.apache.org/jira/browse/YARN-3158
> Project: Hadoop YARN
> Issue Type: Improvement
> Affects Versions: 2.6.0
> Reporter: Devaraj K
> Assignee: Varun Saxena
> Labels: newbie
> Fix For: 2.7.0
>
> Attachments: YARN-3158.patch
>
>
> There is a space missing after the container id in the below message.
> {code:xml}
> 2015-02-07 08:26:12,641 ERROR
> org.apache.hadoop.yarn.server.resourcemanager.ResourceTrackerService:
> Received finished container : container_1423277052568_0001_01_000001for
> unknown application application_1423277052568_0001 Skipping.
> {code}
> Again, there is a space missing before the application id.
> {code:xml}
> LOG.debug("Ignoring container completion status for unmanaged AM"
> + rmApp.getApplicationId());
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)