Race in shuffle can cause it to hang
------------------------------------

                 Key: MAPREDUCE-3721
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3721
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Siddharth Seth
            Assignee: Siddharth Seth
            Priority: Blocker


If all current {{Fetcher}}s complete while an in-memory merge is in progress - 
shuffle could hang. 
Specifically - if the memory freed by an in-memory merge does not bring 
{{MergeManager.usedMemory}} below {{MergeManager.memoryLimit}} and all current 
Fetchers complete before the in-memory merge completes, another in-memory merge 
will not be triggered - and shuffle will hang. (All new fetchers are asked to 
WAIT).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to