Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.7.0
-
None
-
Reviewed
Description
when job is in-progress which is having more tasks,one node became unstable due to some OS issue.After the node became unstable, the map on this node status changed to KILLED state.
Currently maps which were running on unstable node are rescheduled, and all are in scheduled state and wait for RM assign container.Seen ask requests for map till Node is good (all those failed), there are no ask request after this. But AM keeps on preempting the reducers (it's recycling).
Finally reducers are waiting for complete mappers and mappers did n't get container..
My Question Is:
============
why map requests did not sent AM ,once after node recovery.?
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-6541 Exclude scheduled reducer memory when calculating available mapper slots from headroom to avoid deadlock
- Resolved
- relates to
-
MAPREDUCE-5507 MapReduce reducer ramp down is suboptimal with potential job-hanging issues
- Open
-
MAPREDUCE-6514 Job hangs as ask is not updated after ramping down of all reducers
- Closed
-
MAPREDUCE-6302 Preempt reducers after a configurable timeout irrespective of headroom
- Closed