[jira] [Updated] (MAPREDUCE-2957) The TT should not re-init if it has no good local dirs

2012-05-29 Thread Matt Foley (JIRA)

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

Matt Foley updated MAPREDUCE-2957:
--

Fix Version/s: 1.1.0

> 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: 1.1.0
>
> 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




[jira] [Updated] (MAPREDUCE-2957) The TT should not re-init if it has no good local dirs

2011-10-21 Thread Eli Collins (Updated) (JIRA)

 [ 
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




[jira] [Updated] (MAPREDUCE-2957) The TT should not re-init if it has no good local dirs

2011-10-20 Thread Eli Collins (Updated) (JIRA)

 [ 
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-1.patch

Updated patch attached. Previous patch plus the TT bails from the run loop 
before re-initializing if we were denied since we're going to shutdown anyway.

> 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.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




[jira] [Updated] (MAPREDUCE-2957) The TT should not re-init if it has no good local dirs

2011-10-19 Thread Matt Foley (Updated) (JIRA)

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

Matt Foley updated MAPREDUCE-2957:
--

Target Version/s: 0.20.206.0
   Fix Version/s: (was: 0.20.205.0)

> 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.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




[jira] [Updated] (MAPREDUCE-2957) The TT should not re-init if it has no good local dirs

2011-09-14 Thread Eli Collins (JIRA)

 [ 
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.patch

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
> 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