mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
9a521526c7
* Since notify might not wake up the right thread, notifyAll should be used instead. * Comment is added about why notifyAll() is not used.