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 "Tarun Parimi (Jira)" <ji...@apache.org> on 2019/08/20 16:15:00 UTC

[jira] [Created] (YARN-9766) YARN CapacityScheduler QueueMetrics has missing metrics for parent queues having same name

Tarun Parimi created YARN-9766:
----------------------------------

             Summary: YARN CapacityScheduler QueueMetrics has missing metrics for parent queues having same name
                 Key: YARN-9766
                 URL: https://issues.apache.org/jira/browse/YARN-9766
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 2.7.0
            Reporter: Tarun Parimi
            Assignee: Tarun Parimi


In Capacity Scheduler, we enforce Leaf Queues to have unique names. But it is not the case for Parent Queues. For example, we can have the below queue hierarchy, where "b" is the queue name for two different queue paths root.a.b and root.a.d.b . Since it is not a leaf queue this configuration works and apps run fine in the leaf queues 'c'  and 'e'.
 * root
 ** a
 *** b
 **** c
 *** d
 **** b
 ***** e

But the jmx metrics does not show the metrics for the parent queue "root.a.d.b" . We can see metrics only for "root.a.b" queue.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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