[ 
https://issues.apache.org/jira/browse/YARN-8707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764440#comment-16764440
 ] 

Zhaohui Xin commented on YARN-8707:
-----------------------------------

[~yufeigu], [~zsiegl]. I attached new patch, can you help me review this? :D

> It's not reasonable to decide whether app is starved by fairShare
> -----------------------------------------------------------------
>
>                 Key: YARN-8707
>                 URL: https://issues.apache.org/jira/browse/YARN-8707
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: fairscheduler
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Zhaohui Xin
>            Assignee: Zhaohui Xin
>            Priority: Minor
>         Attachments: YARN-8707.002.patch, YARN-8707.patch
>
>
> When app's usage reached demand, it's still be considered fairShare starved. 
> Obviously, that's not reasonable!
> {code:java}
> boolean isStarvedForFairShare() {
> return isUsageBelowShare(getResourceUsage(), getFairShare());
> }
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to