|
@@ -751,6 +751,8 @@ public class JobTracker implements MRConstants, InterTrackerProtocol, JobSubmiss
|
|
} else {
|
|
} else {
|
|
// If not first contact, there should be some record of the tracker
|
|
// If not first contact, there should be some record of the tracker
|
|
if (!seenBefore) {
|
|
if (!seenBefore) {
|
|
|
|
+ LOG.warn("Status from unknown Tracker : " + trackerName);
|
|
|
|
+ taskTrackers.remove(trackerName);
|
|
return InterTrackerProtocol.UNKNOWN_TASKTRACKER;
|
|
return InterTrackerProtocol.UNKNOWN_TASKTRACKER;
|
|
}
|
|
}
|
|
}
|
|
}
|