[
https://issues.apache.org/jira/browse/YARN-10971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiangminghai updated YARN-10971:
--------------------------------
Description:
In FairScheduler#continuousSchedulingAttempt(), nodes has been sorted by
available resources,iterate all nodes in continuous scheduling.
Should break the loop, when
`Resources.fitsIn(minimumAllocation,node.getUnallocatedResource()) == false`.
was:
In FairScheduler#continuousSchedulingAttempt(), nodes has been sorted by
available resources,iterate all nodes in continuous scheduling.
Should break the loop, when
Resources.fitsIn(minimumAllocation,node.getUnallocatedResource()) == false.
> Continuous scheduling reduces invalid calculations
> --------------------------------------------------
>
> Key: YARN-10971
> URL: https://issues.apache.org/jira/browse/YARN-10971
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: fairscheduler
> Affects Versions: 3.2.1
> Reporter: Jiangminghai
> Priority: Minor
>
> In FairScheduler#continuousSchedulingAttempt(), nodes has been sorted by
> available resources,iterate all nodes in continuous scheduling.
> Should break the loop, when
> `Resources.fitsIn(minimumAllocation,node.getUnallocatedResource()) == false`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]