[
https://issues.apache.org/jira/browse/MAPREDUCE-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345478#comment-15345478
]
Hudson commented on MAPREDUCE-6721:
-----------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #10001 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10001/])
MAPREDUCE-6721. mapreduce.reduce.shuffle.memory.limit.percent=0.0 should
(ozawa: rev 79a7289165510072c46779251ebb010248cb0ce8)
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/task/reduce/TestMergeManager.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/MergeManagerImpl.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
> mapreduce.reduce.shuffle.memory.limit.percent=0.0 should be legal to enforce
> shuffle to disk
> --------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-6721
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6721
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: mrv2, task
> Affects Versions: 2.6.4
> Reporter: Gera Shegalov
> Assignee: Gera Shegalov
> Fix For: 2.9.0
>
> Attachments: MAPREDUCE-6721.001.patch, MAPREDUCE-6721.002.patch
>
>
> We are potentially hitting an in-memory-shuffle-related reservation
> starvation resembling MAPREDUCE-6445. To work it around, we wanted to disable
> in memory shuffle via mapreduce.reduce.shuffle.memory.limit.percent=0.0 that
> turned out to be disallowed by the current logic. So we had to resort to
> another small float value such as 0.0001. However, zero is more logical imo.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]