Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.20.1
-
None
-
Reviewed
-
Description
NullPointerException is obtained in Tracker Expiry Thread. Below is the exception obtained in the JT logs
ERROR org.apache.hadoop.mapred.JobTracker: Tracker Expiry Thread got exception: java.lang.NullPointerException at org.apache.hadoop.mapred.JobTracker.updateTaskTrackerStatus(JobTracker.java:2971) at org.apache.hadoop.mapred.JobTracker.access$300(JobTracker.java:104) at org.apache.hadoop.mapred.JobTracker$ExpireTrackers.run(JobTracker.java:381) at java.lang.Thread.run(Thread.java:619)
The steps to reproduce this issue are:
- Blacklist a TT.
- Restart it.
- The above exception is obtained when the first instance of TT is marked as lost.
However the above exception does not break any functionality.
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-1188 NPE in decommissioning blacklisted nodes
- Resolved
-
MAPREDUCE-746 When a task tracker is killed, there is a Null Pointer exception thrown.
- Resolved