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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/15 00:22:16 UTC

[jira] Created: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

waitForCompletion() calls Thread.sleep() with a lock held
---------------------------------------------------------

                 Key: HADOOP-1363
                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
             Project: Hadoop
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.12.3
            Reporter: Nigel Daley
            Priority: Blocker
             Fix For: 0.13.0


JobClient.java line 143

Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Assigned: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley reassigned HADOOP-1363:
-------------------------------------

    Assignee: Owen O'Malley

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Commented: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496842 ] 

Hadoop QA commented on HADOOP-1363:
-----------------------------------

Integrated in Hadoop-Nightly #92 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/92/)

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1363.patch
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Updated: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1363:
----------------------------------

    Status: Patch Available  (was: Open)

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1363.patch
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Updated: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

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

Doug Cutting updated HADOOP-1363:
---------------------------------

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

I just committed this.  Thanks, Owen!

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1363.patch
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Commented: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496423 ] 

Hadoop QA commented on HADOOP-1363:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12357499/1363.patch applied and successfully tested against trunk revision r538722.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/150/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/150/console

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1363.patch
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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


[jira] Updated: (HADOOP-1363) waitForCompletion() calls Thread.sleep() with a lock held

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1363:
----------------------------------

    Attachment: 1363.patch

> waitForCompletion() calls Thread.sleep() with a lock held
> ---------------------------------------------------------
>
>                 Key: HADOOP-1363
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1363
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1363.patch
>
>
> JobClient.java line 143
> Method holds NetworkedJob object lock while sleeping for 5 seconds.

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