You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Varun Saxena (JIRA)" <ji...@apache.org> on 2017/11/11 21:55:00 UTC

[jira] [Created] (YARN-7476) Fix miscellaneous issues in ATSv2 after merge to branch-2

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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org