Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.1
-
None
-
None
Description
There was a case where the JobTracker lost track of a set of tasks that were on a task tracker. It appears to be a race condition because the ExpireTrackers thread doesn't lock the JobTracker while updating the state. The fix would be to build a list of dead task trackers and then lock the job tracker while updating their status.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-815 Investigate and fix the extremely large memory-footprint of JobTracker
- Closed