Daniel Templeton created HADOOP-14968:
-----------------------------------------

             Summary: YarnClientImpl.getRootQueueInfos() should not do a 
recursive call to rmClient.getQueueInfo()
                 Key: HADOOP-14968
                 URL: https://issues.apache.org/jira/browse/HADOOP-14968
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 3.0.0-beta1
            Reporter: Daniel Templeton
            Priority: Minor


{code}
    QueueInfo rootQueue =
        rmClient.getQueueInfo(getQueueInfoRequest(ROOT, false, true, true))
          .getQueueInfo();
    getChildQueues(rootQueue, queues, false);
{code}

The final parameter to {{getQueueInfoRequest()}} should match the final 
parameter to {{getChildQueues()}}.  They should both be false in this case.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to