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

Do not reset max applications for a queue based on absolute capacity

    XMLWordPrintableJSON

Details

    Description

      When we use absolute resource configuration in capacityscheduler, the max applications will be reset based on queue‘s absoluteCapacity.

      When the cluster is just started and nodemanager has not been registered, max applications will be set to 0, so the application cannot be accepted.

      RM log:

      LeafQueue:root.hadoop, maxApplications=0, maxApplicationsPerUser=0, Abs Cap:NaN
      Queue root.hadoop already has 0 applications, cannot accept submission of application: application_1648803955766_0001

      I think  it's meaningless to reset max applications, so we can just delete these codes.

      Attachments

        1. YARN-11205.001.patch
          5 kB
          liu bin

        Activity

          People

            Unassigned Unassigned
            inVisible liu bin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: