Details
Description
The RMContainerAllocator does not differentiate between failed and successful maps while calculating whether reduce tasks are ready to launch. Failed tasks are also counted towards total completed tasks.
Example. 4 failed maps, 10 total maps. Map%complete = 4/14 * 100 instead of being 0.