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 "nemon lou (JIRA)" <ji...@apache.org> on 2012/12/18 03:38:12 UTC

[jira] [Created] (YARN-276) Capacity Scheduler can hang when submit many jobs concurrently

nemon lou created YARN-276:
------------------------------

             Summary: Capacity Scheduler can hang when submit many jobs concurrently
                 Key: YARN-276
                 URL: https://issues.apache.org/jira/browse/YARN-276
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacityscheduler
    Affects Versions: 2.0.1-alpha, 3.0.0
            Reporter: nemon lou


In hadoop2.0.1,When i submit many jobs concurrently at the same time,Capacity scheduler can hang with most resources taken up by AM and don't have enough resources for tasks.And then all applications hang there.
The cause is that "yarn.scheduler.capacity.maximum-am-resource-percent" not check directly.Instead ,this property only used for maxActiveApplications. And maxActiveApplications is computed by minimumAllocation (not by Am actually used).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira