You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/03/28 22:35:16 UTC

[jira] [Created] (MAPREDUCE-5115) MR app master may try to assign a reduce priority container to a map

Bikas Saha created MAPREDUCE-5115:
-------------------------------------

             Summary: MR app master may try to assign a reduce priority container to a map
                 Key: MAPREDUCE-5115
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5115
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Bikas Saha


ScheduledRequests.assign() checks reduces.isEmpty() and releases REDUCE priority containers. But it could have received more REDUCE priority containers than reduces.size() in which case it will not release excess REDUCE priority containers. Later on in ScheduledRequests.assignToReduce() it will not be able to assign them to reduces. These containers will fall through to ScheduledRequests.assignMapsWithLocality() where they will get assigned to maps or crash depending on the behavior of Java assert.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira