[ https://issues.apache.org/jira/browse/HADOOP-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646458#action_12646458 ]
Amar Kamat commented on HADOOP-4016: ------------------------------------ Dhruba is right. I was trying to do a quick fix to make the 'recovery' feature complete. I think option 2 has other advantages too. Consider a case where after running the cluster for long we realize that we need to change the slot ratio cluster wide. One way this can be done is to re-deploy new config files with right/improved parameters and let the task-trackers update themselves. > TaskTrackers never (re)connect back to the JobTracker if the JobTracker > node/machine is changed > ----------------------------------------------------------------------------------------------- > > Key: HADOOP-4016 > URL: https://issues.apache.org/jira/browse/HADOOP-4016 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Reporter: Amar Kamat > > I tried the following > 1) Started a hadoop cluster. > 2) Killed the JT > 3) Selected a new node for starting JT. > 4) Changed the entry on the tasktracker to reflect the new (old) hostname to > (new) ip mapping. Checked if the tracker node correctly resolves the hostname > to the new ip. > 5) Start the JT on the new node > The tasktracker fails to connect to the new jobtracker. It seems that the > hostname resolution remains stale and is never updated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.