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 "Jun Gong (JIRA)" <ji...@apache.org> on 2015/01/13 11:51:34 UTC

[jira] [Created] (YARN-3057) Need update apps' runnability when reloading allocation files for FairScheduler

Jun Gong created YARN-3057:
------------------------------

             Summary: Need update apps' runnability when reloading allocation files for FairScheduler
                 Key: YARN-3057
                 URL: https://issues.apache.org/jira/browse/YARN-3057
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager
            Reporter: Jun Gong
            Assignee: Jun Gong


If we submit a app and the number of running app in its corresponding leaf queue has reached its max limit, the app will be put into 'nonRunnableApps'. And its runnabiltiy will only be updated when removing a appattempt(FairScheduler will call `updateRunnabilityOnAppRemoval` at that time).

Suppose there are only service apps running, they will not finish, so the submitted app will not be scheduled even we change leaf queue's max limit. I think we need update apps' runnability when reloading allocation files for FairScheduler.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)