[
https://issues.apache.org/jira/browse/YARN-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14318770#comment-14318770
]
Hadoop QA commented on YARN-3158:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12698479/YARN-3158.patch
against trunk revision 9b0ba59.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart
org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart
The following test timeouts occurred in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadTests
org.apache.hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRMRPCNodeUpdates
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/6614//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/6614//console
This message is automatically generated.
> 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
> 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)