Issue Details (XML | Word | Printable)

Key: HADOOP-2119
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Amar Kamat
Reporter: Runping Qi
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

JobTracker becomes non-responsive if the task trackers finish task too fast

Created: 29/Oct/07 08:43 PM   Updated: 08/Jul/09 04:52 PM
Return to search
Component/s: None
Affects Version/s: 0.16.0
Fix Version/s: 0.17.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-2119-v4.1.patch 2008-03-13 06:08 PM Amar Kamat 52 kB
Text File Licensed for inclusion in ASF works HADOOP-2119-v5.1.patch 2008-03-20 05:58 PM Amar Kamat 55 kB
Text File Licensed for inclusion in ASF works HADOOP-2119-v5.1.patch 2008-03-20 04:33 AM Amar Kamat 52 kB
Text File Licensed for inclusion in ASF works HADOOP-2119-v5.2.patch 2008-03-21 10:04 PM Amar Kamat 51 kB
Text File Licensed for inclusion in ASF works hadoop-2119.patch 2007-11-29 02:24 AM Srikanth Kakani 11 kB
Text File hadoop-jobtracker-thread-dump.txt 2007-11-25 05:32 PM Christian Kunz 60 kB
Issue Links:
Blocker
 
Dependants
 
Reference

Hadoop Flags: Reviewed
Release Note:
This removes many inefficiencies in task placement and scheduling logic. The JobTracker would perform linear scans of the list of submitted tasks in cases where it did not find an obvious candidate task for a node. With better data structures for managing job state, all task placement operations now run in constant time (in most cases). Also, the task output promotions are batched.
Resolution Date: 26/Mar/08 10:18 PM


 Description  « Hide
I ran a job with 0 reducer on a cluster with 390 nodes.
The mappers ran very fast.
The jobtracker lacks behind on committing completed mapper tasks.
The number of running mappers displayed on web UI getting bigger and bigger.
The jos tracker eventually stopped responding to web UI.

No progress is reported afterwards.

Job tracker is running on a separate node.
The job tracker process consumed 100% cpu, with vm size 1.01g (reach the heap space limit).



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.