You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Eli Collins (Created) (JIRA)" <ji...@apache.org> on 2011/11/16 23:15:52 UTC

[jira] [Created] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Don't mark exited TT threads as dead in MiniMRCluster  
-------------------------------------------------------

                 Key: MAPREDUCE-3419
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: tasktracker, test
    Affects Versions: 0.20.206.0
            Reporter: Eli Collins


MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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] [Commented] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Ravi Gummadi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151779#comment-13151779 ] 

Ravi Gummadi commented on MAPREDUCE-3419:
-----------------------------------------

Patch looks good to me.
+1

Hope you ran all tests that were failing earlier.
                
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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] [Resolved] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Eli Collins (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins resolved MAPREDUCE-3419.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

All tests ran cleanly except for one, which is unrelated, filed HADOOP-7836 for it.  I've committed this.

                
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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] [Commented] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Eli Collins (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152214#comment-13152214 ] 

Eli Collins commented on MAPREDUCE-3419:
----------------------------------------

Thanks Ravi. Yea, this fixes the other tets. I'll re-run the whole suite on branch-20-security for sanity before committing.
                
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Matt Foley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Foley updated MAPREDUCE-3419:
----------------------------------

    Fix Version/s: 1.1.0
    
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 1.1.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>             Fix For: 1.1.0
>
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Eli Collins (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated MAPREDUCE-3419:
-----------------------------------

    Attachment: mapreduce-2850-1.patch

The change to MiniMRCluster to clean up exited TTs threads is actually somewhat invasive so let's just revert the setting of isDead from MR-2850 and add a field that flags what TestDiskFailures would like to check, which is that the TT exited cleanly.
                
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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] [Work started] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Eli Collins (Work started) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MAPREDUCE-3419 started by Eli Collins.

> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

--
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] [Assigned] (MAPREDUCE-3419) Don't mark exited TT threads as dead in MiniMRCluster

Posted by "Eli Collins (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins reassigned MAPREDUCE-3419:
--------------------------------------

    Assignee: Eli Collins
    
> Don't mark exited TT threads as dead in MiniMRCluster  
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-3419
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3419
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.20.206.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: mapreduce-2850-1.patch
>
>
> MAPREDUCE-2850 flagged all TT threads that exited in the MiniMRCluster as dead, this breaks a number of the other tests that use MiniMRCluster across restart.

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