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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/01/20 22:12:44 UTC

[jira] Created: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

TestCapacitySchedulerWithJobTracker fails sometimes
---------------------------------------------------

                 Key: MAPREDUCE-2277
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/capacity-sched
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Minor
             Fix For: 0.22.0
         Attachments: mapreduce-2277.txt

Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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


[jira] Commented: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Konstantin Boudnik commented on MAPREDUCE-2277:
-----------------------------------------------

+1 LGTM

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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


[jira] Updated: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Todd Lipcon updated MAPREDUCE-2277:
-----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Ran the modified test manually. It passes when run against a common with HADOOP-7118 applied.

Committed to trunk and 22

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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


[jira] Updated: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Todd Lipcon updated MAPREDUCE-2277:
-----------------------------------

    Status: Patch Available  (was: Open)

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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


[jira] [Commented] (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Hudson commented on MAPREDUCE-2277:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #643 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/643/])
    

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Hudson commented on MAPREDUCE-2277:
-----------------------------------

Integrated in Hadoop-Mapreduce-22-branch #33 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-22-branch/33/])
    

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Todd Lipcon updated MAPREDUCE-2277:
-----------------------------------

    Attachment: mapreduce-2277.txt

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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


[jira] Commented: (MAPREDUCE-2277) TestCapacitySchedulerWithJobTracker fails sometimes

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

Hudson commented on MAPREDUCE-2277:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #585 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/585/])
    

> TestCapacitySchedulerWithJobTracker fails sometimes
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-2277
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2277
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2277.txt
>
>
> Sometimes the testJobTrackerIntegration test fails on my Hudson. It seems the issue is that it doesn't ever wait for the first job to complete before checking its success status. Since the two jobs are in different queues, the first job may complete after the second job.

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