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