[
https://issues.apache.org/jira/browse/YARN-7335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Templeton resolved YARN-7335.
------------------------------------
Resolution: Invalid
Whoops. Didn't look closely enough. This one is fine.
> Unsafe cast to from long to int in
> DominantResourceCalculator.computeAvailableContainers()
> ------------------------------------------------------------------------------------------
>
> Key: YARN-7335
> URL: https://issues.apache.org/jira/browse/YARN-7335
> Project: Hadoop YARN
> Issue Type: Bug
> Components: scheduler
> Affects Versions: 3.1.0
> Reporter: Daniel Templeton
> Assignee: Daniel Templeton
> Priority: Critical
>
> {code}
> long min = Long.MAX_VALUE;
> ...
> return min > Integer.MAX_VALUE ? Integer.MAX_VALUE : (int) min;
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]