[
https://issues.apache.org/jira/browse/YARN-7335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16206383#comment-16206383
]
Yufei Gu commented on YARN-7335:
--------------------------------
I filed HADOOP-14914 for all unsafe cast from long to int.
> 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]