You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Devaraj K (JIRA)" <ji...@apache.org> on 2015/02/09 07:55:34 UTC

[jira] [Created] (YARN-3158) Correct log messages in ResourceTrackerService

Devaraj K created YARN-3158:
-------------------------------

             Summary: 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


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)