You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Daniel Templeton (JIRA)" <ji...@apache.org> on 2017/10/16 18:54:02 UTC

[jira] [Resolved] (YARN-7335) Unsafe cast to from long to int in DominantResourceCalculator.computeAvailableContainers()

     [ 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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org