[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eli Collins updated MAPREDUCE-2957:
-----------------------------------

    Attachment: mapreduce-2957-2.patch

Yea the double close isn't just for a DEE, we always execute the close in the 
finally block. In the case where shuttingDown is true this isn't a duplicate 
call as shuttingDown is set (by heckJettyPort) w/o calling shutdown. This is a 
duplicate call for all the denied paths though so we don't need to close here 
if denied is true.

Upated patch attached.
                
> 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
>         Attachments: mapreduce-2957-1.patch, mapreduce-2957-2.patch, 
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to