[
https://issues.apache.org/jira/browse/YARN-7366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Templeton moved HADOOP-14968 to YARN-7366:
-------------------------------------------------
Affects Version/s: (was: 3.0.0-beta1)
3.0.0-beta1
Key: YARN-7366 (was: HADOOP-14968)
Project: Hadoop YARN (was: Hadoop Common)
> YarnClientImpl.getRootQueueInfos() should not do a recursive call to
> rmClient.getQueueInfo()
> --------------------------------------------------------------------------------------------
>
> Key: YARN-7366
> URL: https://issues.apache.org/jira/browse/YARN-7366
> Project: Hadoop YARN
> 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: [email protected]
For additional commands, e-mail: [email protected]