qiuliang created YARN-8978:
------------------------------

             Summary: For fair scheduler, application with higher priority 
should also get priority resources for running AM
                 Key: YARN-8978
                 URL: https://issues.apache.org/jira/browse/YARN-8978
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: fairscheduler
            Reporter: qiuliang


In order to allow important applications to run earlier, we used priority 
scheduling in the fair scheduler, and FairSharePolicy uses YARN-6307. 
Considering this situation, there are two applications (with different 
priorities) in the same queue and both are accepted. Both applications are 
demanding and hungry when dispatched to the queue. Next, calculate the weight 
ratio. Since the used resources of both applications are 0, the weight ratio is 
also 0. The priority is invalid in this case. Low-priority applications may get 
resources to run AM earlier than high-priority applications.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to