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 "Daniel Templeton (JIRA)" <ji...@apache.org> on 2017/11/09 18:37:00 UTC

[jira] [Created] (YARN-7467) FSLeafQueue unnecessarily calls ComputeFairShares.computeShare() to calculate fair share for apps

Daniel Templeton created YARN-7467:
--------------------------------------

             Summary: FSLeafQueue unnecessarily calls ComputeFairShares.computeShare() to calculate fair share for apps
                 Key: YARN-7467
                 URL: https://issues.apache.org/jira/browse/YARN-7467
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: fairscheduler
    Affects Versions: 3.1.0
            Reporter: Daniel Templeton
            Priority: Critical


All apps have the same weight, the same max share (unbounded), and the same min share (none).  There's no reason to call {{computeShares()}} at all.  Just divide the resources by the number of apps.



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