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

RM Web UI shows -1 running containers for completed apps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.8.0
    • 2.8.0, 3.0.0-alpha1
    • webapp
    • Reviewed

    Description

      In the RMServerUtils, the default values are negative number which results in the displayiing the RM web UI also negative number.

        public static final ApplicationResourceUsageReport
          DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
            BuilderUtils.newApplicationResourceUsageReport(-1, -1,
                Resources.createResource(-1, -1), Resources.createResource(-1, -1),
                Resources.createResource(-1, -1), 0, 0);
      

      Attachments

        1. yarn-3352.PNG
          27 kB
          Rohith Sharma K S
        2. 0001-YARN-3552.patch
          1 kB
          Rohith Sharma K S
        3. 0001-YARN-3552.patch
          3 kB
          Rohith Sharma K S
        4. 0002-YARN-3552.patch
          3 kB
          Rohith Sharma K S

        Issue Links

          Activity

            People

              rohithsharma Rohith Sharma K S
              rohithsharma Rohith Sharma K S
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: