Daniel Templeton created YARN-7335:
--------------------------------------

             Summary: 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.0.0-beta1
            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]

Reply via email to