[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105066#comment-13105066
 ] 

Eli Collins edited comment on MAPREDUCE-2957 at 9/15/11 2:06 AM:
-----------------------------------------------------------------

The TT trys to shut down due to the DiskErrorException thrown from 
checkLocalDirs, however because offerService returns STALE in this case run 
tries to reinitialize instead of shutdown.

      was (Author: eli):
    It's buggy, the TT shuts down due to the DiskErrorException thrown from 
checkLocalDirs, however because we return STALE from offerService run tries to 
reinitialized instead of shutdown.
  
> The TT should not re-init if it has no good local dirs
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-2957
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2957
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: tasktracker
>    Affects Versions: 0.20.204.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>             Fix For: 0.20.205.0
>
>         Attachments: mapreduce-2957.patch
>
>
> The TT will currently try to re-init itself on disk failure even if it has no 
> good local dirs. It should shutdown instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to