[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184942#comment-13184942
 ] 

Hudson commented on MAPREDUCE-3651:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #956 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/956/])
    MAPREDUCE-3651. TestQueueManagerRefresh fails. (Thomas Graves via mahadev)

mahadev : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230292
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobQueueInfo.java

                
> TestQueueManagerRefresh fails
> -----------------------------
>
>                 Key: MAPREDUCE-3651
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3651
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3651.patch, MAPREDUCE-3651.patch
>
>
> The following tests fail:
> org.apache.hadoop.mapred.TestQueueManagerRefresh.testRefreshWithRemovedQueues 
> org.apache.hadoop.mapred.TestQueueManagerRefresh.testRefreshOfSchedulerProperties
>  
> It looks like its simply trying to remove one of the queues but the remove is 
> failing.It looks like MAPREDUCE-3328. mapred queue -list output inconsistent 
> and missing child queues - change the getChilren routine to do a new 
> JobQueueInfo on each one when returning it which is making the remove routine 
> fail since they aren't the same object now.

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

        

Reply via email to