Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2.1
-
None
-
None
-
Reviewed
-
Changed connection protocol job tracker and task tracker so that task tracker will not connect to a job tracker with a different build version.
Description
After one mapred system upgrade, we noticed that all tasks assigned to one task tracker failed. It turned out that for some reason the task tracker was not upgraded.
To avoid this, a task tracker should reports its version # when it registers itsself with a job tracker. If the job tracker receives an inconsistent version #, it should refuse the connection.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-402 TaskTracker should shutdown when it receives the VersionMismatch exception.
- Closed