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:34:00 UTC

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

     [ https://issues.apache.org/jira/browse/YARN-11156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chenwencan updated YARN-11156:
------------------------------
    Description: 
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}
!effective capacity.jpg|width=706,height=547!

but I think it should be 7168MB / 6vcores

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


> 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.1, 3.3.2
>            Reporter: chenwencan
>            Priority: Major
>         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}
> !effective capacity.jpg|width=706,height=547!
> 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