Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Event 2.3.0
-
None
Description
According to the javadocs, a object.wait() should always be done in a loop in order to catch spurious wakeups.
The JobEventHandler implementation does not wait in a loop which might result in dead locks.