You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org> on 2008/09/19 12:42:44 UTC

[jira] Updated: (HADOOP-4213) NPE in TestLimitTasksPerJobTaskScheduler

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

Sreekanth Ramakrishnan updated HADOOP-4213:
-------------------------------------------

    Attachment: HADOOP-4213-1.patch

Attaching the patch which fixes the null pointer. Initalized QueueManager in _FakeTaskTrackerManager_

> NPE in TestLimitTasksPerJobTaskScheduler
> ----------------------------------------
>
>                 Key: HADOOP-4213
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4213
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4213-1.patch
>
>
> The test is failed consistently.  It is also failed on Hudson.
> {noformat}
> Testsuite: org.apache.hadoop.mapred.TestLimitTasksPerJobTaskScheduler
> Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0.391 sec
> Testcase: testMaxRunningTasksPerJob took 0.328 sec
> 	Caused an ERROR
> null
> java.lang.NullPointerException
> 	at org.apache.hadoop.mapred.LimitTasksPerJobTaskScheduler.start(LimitTasksPerJobTaskScheduler.java:53)
> 	at org.apache.hadoop.mapred.TestJobQueueTaskScheduler.setUp(TestJobQueueTaskScheduler.java:197)
> ...
> {noformat}

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