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 "Hong Tang (JIRA)" <ji...@apache.org> on 2009/10/13 23:47:31 UTC

[jira] Created: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1104
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/mumak
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Hong Tang
             Fix For: 0.21.0, 0.22.0


RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang reassigned MAPREDUCE-1104:
------------------------------------

    Assignee: Hong Tang

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hudson commented on MAPREDUCE-1104:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #116 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/116/])
    . Initialize RecoveryManager in JobTracker cstr called by Mumak.
Contributed by Hong Tang


> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hudson commented on MAPREDUCE-1104:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #79 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/79/])
    . Initialize RecoveryManager in JobTracker cstr called by Mumak.
Contributed by Hong Tang


> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang updated MAPREDUCE-1104:
---------------------------------

    Status: Patch Available  (was: Open)

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Chris Douglas updated MAPREDUCE-1104:
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.22.0)
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

+1

I committed this. Thanks, Hong!

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hadoop QA commented on MAPREDUCE-1104:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12422136/mapreduce-1104-20091014.patch
  against trunk revision 825083.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

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

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

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

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

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

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/74/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/74/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/74/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/74/console

This message is automatically generated.

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang updated MAPREDUCE-1104:
---------------------------------

    Status: Patch Available  (was: Open)

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang updated MAPREDUCE-1104:
---------------------------------

    Attachment: mapreduce-1104-20091014.patch

Making a few member variables "final" so that they will always be properly initialized. 

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hadoop QA commented on MAPREDUCE-1104:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12422027/mapreduce-1104.patch
  against trunk revision 824750.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

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

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

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

    -1 core tests.  The patch failed core unit tests.

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

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/164/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/164/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/164/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/164/console

This message is automatically generated.

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang updated MAPREDUCE-1104:
---------------------------------

    Status: Open  (was: Patch Available)

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104-20091014.patch, mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1104) RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server

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

Hong Tang updated MAPREDUCE-1104:
---------------------------------

    Attachment: mapreduce-1104.patch

Trivial patch. Verified to work by pointing the browser to JT interface http://localhost:50030/.

> RecoveryManager not initialized in SimulatorJobTracker led to NPE in JT Jetty server
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/mumak
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1104.patch
>
>
> RecoveryManager initialization is not copied to the JobTracker constructor Mumak depends on. This leads to NPE in JT Jetty server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.