You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Varun Saxena (JIRA)" <ji...@apache.org> on 2015/09/08 09:50:45 UTC

[jira] [Created] (YARN-4128) Correct logs in capacity scheduler while printing priority is acceptable for a queue

Varun Saxena created YARN-4128:
----------------------------------

             Summary: Correct logs in capacity scheduler while printing priority is acceptable for a queue
                 Key: YARN-4128
                 URL: https://issues.apache.org/jira/browse/YARN-4128
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Varun Saxena
            Priority: Trivial


Spaces are missing between queuename and "for" and application id and "for".
{noformat}
[IPC Server handler 0 on 33140]: INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler: Priority '0' is acceptable in queue :varunqfor application:application_1441653547287_0003for the user: varun
{noformat}

Relevant log in CapacityScheduler#checkAndGetApplicationPriority
{code}
    LOG.info("Priority '" + appPriority.getPriority()
        + "' is acceptable in queue : " + queueName + " for application: "
        + applicationId + " for the user: " + user);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)