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

FairScheduler: finished applications are always restored to default queue

    XMLWordPrintableJSON

Details

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

    Description

      The queue an application gets submitted to is defined by the placement policy in the FS. The placement policy returns the queue and the application object is updated. When an application is stored in the state store the application submission context is used which has not been updated after the placement rules have run.

      This means that the original queue from the submission is still stored which is the incorrect queue. On restore we then read back the wrong queue and display the wrong queue in the RM web UI.

      We should update the submission context after we have run the placement policies to make sure that we store the correct queue for the application.

      Attachments

        1. YARN-7139.01.patch
          6 kB
          wilfreds#1
        2. YARN-7139.02.patch
          11 kB
          wilfreds#1
        3. YARN-7139.03.patch
          12 kB
          wilfreds#1
        4. YARN-7139.04.patch
          13 kB
          wilfreds#1

        Issue Links

          Activity

            People

              wilfreds Wilfred Spiegelenburg
              wilfreds Wilfred Spiegelenburg
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: