You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "wan kun (JIRA)" <ji...@apache.org> on 2018/08/09 09:49:00 UTC

[jira] [Created] (YARN-8639) Sort queue and apps in fair schduler using a separate thread

wan kun created YARN-8639:
-----------------------------

             Summary: Sort queue and apps in fair schduler using a separate thread
                 Key: YARN-8639
                 URL: https://issues.apache.org/jira/browse/YARN-8639
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: yarn
            Reporter: wan kun


If fair scheduler have many queue and each queue have many active applications .

For each assignContainer function, we need to sort all the queue, and all the applications in each queue. For a large system,this may be cost too much time. So we can sort the queue and applicationsĀ using a separate thread asynchronous.



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

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