[ 
https://issues.apache.org/jira/browse/YARN-8921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haibo Chen updated YARN-8921:
-----------------------------
    Summary: SnapshotBasedOverAllocationPolicy incorrectly caps the amount of 
memory availabe in bytes to Integer.MAX_VALUE  (was: 
SnapshotBasedOverAllocationPolicy incorrectly rounds memory availabe int bytes)

> SnapshotBasedOverAllocationPolicy incorrectly caps the amount of memory 
> availabe in bytes to Integer.MAX_VALUE
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-8921
>                 URL: https://issues.apache.org/jira/browse/YARN-8921
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>    Affects Versions: YARN-1011
>            Reporter: Haibo Chen
>            Assignee: Haibo Chen
>            Priority: Major
>
> The memory overallocate threshold is a float, so is 
> (overAllocationThresholds.getMemoryThreshold() *
> containersMonitor.getPmemAllocatedForContainers()). Because Math.round(float) 
> return an int, this would cap effectively the amount of memory available for 
> overallocation to Integer.MAX_VALUE, [see the code at 
> here|https://github.com/apache/hadoop/blob/fa864b8744cfdfe613a917ba1bbd859a5b6f70b8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/scheduler/SnapshotBasedOverAllocationPolicy.java#L45]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to