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

Fix miscellaneous issues in ATSv2 after merge to branch-2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.9.0
    • None
    • None
    • Reviewed

    Description

      a) We are still using Resource#getMemory in NMTimelinePublisher#publishContainerCreatedEvent. This has been deprecated since YARN-4844. Better to use getMemorySize instead.
      b) Post YARN-5865, application priority should be fetched from RMAppImpl instead of app submission context. But we are still fetching it from submission context while publishing entities to timeline service. This would mean that if priority is updated, it will not be published to timeline service.
      c) The order of app_collectors in NodeHeartbeatResponseProto is different from trunk. Better to make it consistent.

      Attachments

        1. YARN-7476-branch-2.01.patch
          5 kB
          Varun Saxena

        Activity

          People

            varun_saxena Varun Saxena
            varun_saxena Varun Saxena
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: