mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
* Address review comment: add test javadocs * Fix flaky assertion failure. Use ConcurrentHashMap instead of HashMap because the producer callback can trigger concurrently and override the map initialization. * fixup intellij inspection