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 "Thomas Graves (Created) (JIRA)" <ji...@apache.org> on 2012/01/10 17:04:39 UTC

[jira] [Created] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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
            Priority: Blocker
             Fix For: 0.23.0


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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> 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.0
>
>         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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Hdfs-trunk #923 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/923/])
    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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Hdfs-0.23-Commit #357 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/357/])
    MAPREDUCE-3651. TestQueueManagerRefresh fails. (Thomas Graves via mahadev) - Merging r1230292 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230295
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* /hadoop/common/branches/branch-0.23/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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves commented on MAPREDUCE-3651:
------------------------------------------

Test TestQueueManagerRefresh was already testing this and failing, so no extra tests needed.
                
> 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.0
>
>         Attachments: 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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar updated MAPREDUCE-3651:
-------------------------------------

    Status: Open  (was: Patch Available)

The patch looks good. Thomas, can you please investigate the javac warnings?
                
> 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.0
>
>         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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> 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.0
>
>         Attachments: 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

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

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230295
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* /hadoop/common/branches/branch-0.23/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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar commented on MAPREDUCE-3651:
------------------------------------------

Yup, just go ahead and add an exception for that.
                
> 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.0
>
>         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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Target Version/s: 0.23.1
            Assignee: Thomas Graves
    
> 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.0
>
>
> 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Mapreduce-trunk-Commit #1548 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1548/])
    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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Common-trunk-Commit #1529 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1529/])
    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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Hadoop QA commented on MAPREDUCE-3651:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12510061/MAPREDUCE-3651.patch
  against trunk revision .

    +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 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/1582//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1582//console

This message is automatically generated.
                
> 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.0
>
>         Attachments: 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves commented on MAPREDUCE-3651:
------------------------------------------

So the problem with the mapred queue -list is actually in the JobClient in routine getJobQueueInfoArray.  It is currently only converting the root queues from QueueInfo to JobQueueInfo.  This routine needs to handle converting the child queues also.
                
> 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.0
>
>         Attachments: 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves commented on MAPREDUCE-3651:
------------------------------------------

The issue is I added another reference to JobQueueInfo which is deprecated.  Should I just add an exception for it?
Currently there are 3 references to it and then I added anther.

Here is the diff:


< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1052,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1072,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1091,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1111,9] [deprecation] org.apache.hadoop.mapred.JobStatus in org.apache.hadoop.mapred has been deprecated
< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1141,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
< [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1163,9] [deprecation] org.apache.hadoop.mapred.QueueAclsInfo in org.apache.hadoop.mapred has been deprecated
---
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1050,10] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1066,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1086,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1105,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1125,9] [deprecation] org.apache.hadoop.mapred.JobStatus in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1155,9] [deprecation] org.apache.hadoop.mapred.JobQueueInfo in org.apache.hadoop.mapred has been deprecated
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java:[1177,9] [deprecation] org.apache.hadoop.mapred.QueueAclsInfo in org.apache.hadoop.mapred has been deprecated
                
> 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.0
>
>         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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Hdfs-0.23-Build #136 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/136/])
    MAPREDUCE-3651. TestQueueManagerRefresh fails. (Thomas Graves via mahadev) - Merging r1230292 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230295
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* /hadoop/common/branches/branch-0.23/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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Hadoop QA commented on MAPREDUCE-3651:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12510203/MAPREDUCE-3651.patch
  against trunk revision .

    +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 generated 2186 javac compiler warnings (more than the trunk's current 2185 warnings).

    +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/1590//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1590//console

This message is automatically generated.
                
> 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.0
>
>         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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Hdfs-trunk-Commit #1602 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1602/])
    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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Status: Open  (was: Patch Available)

looks like the mapred queue list command fails with this on parent queues, need to investigate further.
                
> 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.0
>
>         Attachments: 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar commented on MAPREDUCE-3651:
------------------------------------------

Forget abt my comment. There isnt an exception file for deprecation. Ill go ahead and commit this as it is.
                
> 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar updated MAPREDUCE-3651:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> 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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Attachment: MAPREDUCE-3651.patch

reverted change from patch.
                
> 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.0
>
>         Attachments: 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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar updated MAPREDUCE-3651:
-------------------------------------

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

I just committed this. Thanks Thomas!
                
> 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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

Integrated in Hadoop-Common-0.23-Commit #367 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/367/])
    MAPREDUCE-3651. TestQueueManagerRefresh fails. (Thomas Graves via mahadev) - Merging r1230292 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230295
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* /hadoop/common/branches/branch-0.23/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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves commented on MAPREDUCE-3651:
------------------------------------------

looking.
                
> 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.0
>
>         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

        

[jira] [Commented] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

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

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

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1230295
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java
* /hadoop/common/branches/branch-0.23/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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Thomas Graves updated MAPREDUCE-3651:
-------------------------------------

    Attachment: MAPREDUCE-3651.patch
    
> 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.0
>
>         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

        

[jira] [Updated] (MAPREDUCE-3651) TestQueueManagerRefresh fails

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

Mahadev konar updated MAPREDUCE-3651:
-------------------------------------

    Fix Version/s:     (was: 0.23.0)
                   0.23.1
    
> 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