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 "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2012/08/04 01:51:02 UTC

[jira] [Created] (MAPREDUCE-4515) Add test to check if userlogs are retained across TaskTracker restarts

Karthik Kambatla created MAPREDUCE-4515:
-------------------------------------------

             Summary: Add test to check if userlogs are retained across TaskTracker restarts
                 Key: MAPREDUCE-4515
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
             Project: Hadoop Map/Reduce
          Issue Type: Test
            Reporter: Karthik Kambatla
            Assignee: Karthik Kambatla




--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Karthik Kambatla updated MAPREDUCE-4515:
----------------------------------------

          Component/s: tasktracker
                       jobtracker
             Priority: Minor  (was: Major)
    Affects Version/s: 1.0.3
    
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Hadoop QA commented on MAPREDUCE-4515:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12540974/MR-4515.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 1 new or modified test files.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2728//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2728//console

This message is automatically generated.
                
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>         Attachments: MR-4515.patch
>
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Karthik Kambatla commented on MAPREDUCE-4515:
---------------------------------------------

The test takes 45 seconds to run, which might not be desirable given the already long-running times. Also, branch-1 passes the test. 

However, I would like to leave the patch here, should someone need it.
                
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>         Attachments: MR-4515.patch
>
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Karthik Kambatla updated MAPREDUCE-4515:
----------------------------------------

    Resolution: Later
        Status: Resolved  (was: Patch Available)

Resolving the issue as "Later", we can add this test when required.
                
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>         Attachments: MR-4515.patch
>
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Work on MAPREDUCE-4515 started by Karthik Kambatla.

> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Karthik Kambatla updated MAPREDUCE-4515:
----------------------------------------

    Status: Patch Available  (was: In Progress)
    
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>         Attachments: MR-4515.patch
>
>


--
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-4515) Add test to check if userlogs are retained across TaskTracker restarts

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

Karthik Kambatla updated MAPREDUCE-4515:
----------------------------------------

    Attachment: MR-4515.patch

The patch adds a test that verifies whether userlogs are retained across TaskTracker/JobTracker restarts
                
> Add test to check if userlogs are retained across TaskTracker restarts
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4515
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4515
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: jobtracker, tasktracker
>    Affects Versions: 1.0.3
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>         Attachments: MR-4515.patch
>
>


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