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 "chenwencan (Jira)" <ji...@apache.org> on 2022/05/16 12:32:00 UTC

[jira] [Created] (YARN-11156) Effective capacity not correct

chenwencan created YARN-11156:
---------------------------------

             Summary: Effective capacity not correct
                 Key: YARN-11156
                 URL: https://issues.apache.org/jira/browse/YARN-11156
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacity scheduler
    Affects Versions: 3.3.2, 3.3.1
            Reporter: chenwencan
         Attachments: effective capacity.jpg

when queue capacity type is absolute,if cluster capacity is less than queue configured capacity,but some resource type in cluster capacity is lager than queue configured capacity,the queue effective capacity not correct(used cluster capacity actural)

 

for example
{code:java}
cluster capacity: 12288MB / 6vcores
root.test configured capacity:  7168MB / 8vcores {code}
after run normal:
{code:java}
root.test configured capacity: 12288MB / 6vcores 
{code}
but I think it should be 7168MB / 6vcores



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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