Wangda Tan created YARN-6429:
--------------------------------

             Summary: Revisit implementation of LocalitySchedulingPlacementSet 
to avoid invoke methods of AppSchedulingInfo
                 Key: YARN-6429
                 URL: https://issues.apache.org/jira/browse/YARN-6429
             Project: Hadoop YARN
          Issue Type: Bug
          Components: scheduler
            Reporter: Wangda Tan
            Assignee: Wangda Tan


An example is, LocalitySchedulingPlacementSet#decrementOutstanding: it calls 
appSchedulingInfo directly, which could potentially cause trouble since it 
tries to modify parent from child. Is it possible to move this logic to 
AppSchedulingInfo#allocate.

Need to check other methods as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
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