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 "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2012/08/24 05:58:42 UTC

[jira] [Created] (MAPREDUCE-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

Tsuyoshi OZAWA created MAPREDUCE-4581:
-----------------------------------------

             Summary: TaskHeartbeatHandler should extends HeartbeatHandlerBase
                 Key: MAPREDUCE-4581
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: applicationmaster
            Reporter: Tsuyoshi OZAWA


TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

--
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-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

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

Tsuyoshi OZAWA updated MAPREDUCE-4581:
--------------------------------------

    Attachment: MAPREDUCE-4581.3.patch

Fixed to indent and generate another diagnostic event correctly.
                
> TaskHeartbeatHandler should extends HeartbeatHandlerBase
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-4581
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MAPREDUCE-4581.2.patch, MAPREDUCE-4581.3.patch, MAPREDUCE-4581.patch
>
>
> TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

--
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-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

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

Tsuyoshi OZAWA updated MAPREDUCE-4581:
--------------------------------------

    Attachment: MAPREDUCE-4581.patch

I rebased code on the new MR-3902 branch and fixed to pass test.
                
> TaskHeartbeatHandler should extends HeartbeatHandlerBase
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-4581
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>            Reporter: Tsuyoshi OZAWA
>         Attachments: MAPREDUCE-4581.patch
>
>
> TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

--
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-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

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

Siddharth Seth updated MAPREDUCE-4581:
--------------------------------------

            Priority: Minor  (was: Major)
    Target Version/s: MR-3902
                Tags:   (was: MR-3902)
            Assignee: Tsuyoshi OZAWA

Tsuyoshi, thanks for taking this up.

The patch does not look complete. It should be removing a lot of the code from TaskHeartbeatHandler.
Other than that, 1) Two events should be going out - the Diagnostic event from the current HeartbeatHandler is missing. 2) Needs some formatting fixes. (Formatting guidelines at http://wiki.apache.org/hadoop/HowToContribute)

                
> TaskHeartbeatHandler should extends HeartbeatHandlerBase
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-4581
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MAPREDUCE-4581.patch
>
>
> TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

--
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-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

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

Tsuyoshi OZAWA updated MAPREDUCE-4581:
--------------------------------------

    Attachment: MAPREDUCE-4581.2.patch

Removed needless packages and lines.
                
> TaskHeartbeatHandler should extends HeartbeatHandlerBase
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-4581
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MAPREDUCE-4581.2.patch, MAPREDUCE-4581.patch
>
>
> TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

--
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-4581) TaskHeartbeatHandler should extends HeartbeatHandlerBase

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

Tsuyoshi OZAWA commented on MAPREDUCE-4581:
-------------------------------------------

Thank you for review, Sed.

MAPREDUCE-4581.2.patch just removes the needless codes. I'll fixing 1), 2) as soon as possible.

                
> TaskHeartbeatHandler should extends HeartbeatHandlerBase
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-4581
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4581
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MAPREDUCE-4581.2.patch, MAPREDUCE-4581.patch
>
>
> TaskHeartbeatHandler extends AbstractService currently, however, this causes code duplication between TaskHeartbeatHandler and HeartbeatHandlerBase. TaskHeartbeatHandler should extends HeartbeatHandlerBase to solve the problem.

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