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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/10/29 00:48:59 UTC

[jira] Updated: (MAPREDUCE-1161) NotificationTestCase should not lock current thread

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

Owen O'Malley updated MAPREDUCE-1161:
-------------------------------------

    Attachment: mr-1161.patch

This patch just cleans up the test to remove the unnecessary synchronization and the print method that had a commented out println.

> NotificationTestCase should not lock current thread
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1161
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1161
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: mr-1161.patch
>
>
> There are 3 instances where NotificationTestCase is locking Thread.currentThread() is being locked and calling sleep on it. There is also a method stdPrintln that doesn't do anything.

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