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 "Wilfred Spiegelenburg (JIRA)" <ji...@apache.org> on 2016/09/26 13:31:20 UTC

[jira] [Created] (YARN-5672) FairScheduler: wrong queue name in log when adding application

Wilfred Spiegelenburg created YARN-5672:
-------------------------------------------

             Summary: FairScheduler: wrong queue name in log when adding application
                 Key: YARN-5672
                 URL: https://issues.apache.org/jira/browse/YARN-5672
             Project: Hadoop YARN
          Issue Type: Bug
          Components: fairscheduler
    Affects Versions: 2.6.0
            Reporter: Wilfred Spiegelenburg
            Assignee: Wilfred Spiegelenburg
            Priority: Minor


The FairScheduler logs the passed in queue name when adding an application  instead of the queue returned by the policy. Later log entries show the correct info:
{code}
INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler: Accepted application application_1471982804173_6181 from user: wilfred, in queue: default, currently num of applications: 1
...
INFO org.apache.hadoop.yarn.server.resourcemanager.RMAppManager$ApplicationSummary: appId=application_1471982804173_6181,name=oozie:launcher:XXX,user=wilfred,queue=root.wilfred,state=FAILED,trackingUrl=https://10.10.10.10:8088/cluster/app/application_1471982804173_6181,appMasterHost=N/A,startTime=1473580802079,finishTime=1473580809148,finalStatus=FAILED
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org