Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8268

Fair scheduler: reservable queue is configured both as parent and leaf queue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 3.2.0
    • fairscheduler
    • None
    • Reviewed

    Description

      The following allocation file

      <?xml version="1.0"?>
      <allocations>
      <queue name="root">
        <aclAdministerApps>someuser </aclAdministerApps>
        <queue name="default">
          <aclAdministerApps>someuser </aclAdministerApps>
        </queue>
        <queue name="dedicated">
          <reservation>
          </reservation>
          <aclAdministerApps>someuser </aclAdministerApps>
        </queue>
      </queue>
      <defaultQueueSchedulingPolicy>drf</defaultQueueSchedulingPolicy>
      </allocations>
      

      is being parsed as: PARENT=[root, root.dedicated], LEAF=[root.default, root.dedicated] (AllocationConfiguration.configuredQueues).

      The root.dedicated should only appear as a PARENT queue.

      Attachments

        1. YARN-8268.001.patch
          3 kB
          Gergo Repas
        2. YARN-8268.000.patch
          4 kB
          Gergo Repas

        Issue Links

          Activity

            People

              grepas Gergo Repas
              grepas Gergo Repas
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: