mirror of https://github.com/apache/cloudstack.git
Use notify() instead of notifyAll() in globalLock
This commit is contained in:
parent
c9b154def4
commit
a6ec285114
|
|
@ -189,7 +189,7 @@ public class GlobalLock {
|
|||
|
||||
// release holding position in intern map when we released the DB connection
|
||||
releaseRef();
|
||||
notifyAll();
|
||||
notify();
|
||||
}
|
||||
|
||||
if(s_logger.isTraceEnabled())
|
||||
|
|
|
|||
Loading…
Reference in New Issue