Zhaohui Xin created YARN-8707:
---------------------------------
Summary: 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: Bug
Components: fairscheduler
Affects Versions: 3.0.0-alpha3
Reporter: Zhaohui Xin
Assignee: Zhaohui Xin
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]