Varun Saxena created YARN-7476:
----------------------------------

             Summary: Fix miscellaneous issues in ATSv2 after merge to branch-2
                 Key: YARN-7476
                 URL: https://issues.apache.org/jira/browse/YARN-7476
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Varun Saxena
            Assignee: Varun Saxena


    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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to