mirror of https://github.com/apache/druid.git
de9f12b5c6
Currently while loading a lookup for the first time, loading threads blocks for `waitForFirstRunMs` incase the lookup failed to load. If the `waitForFirstRunMs` is long (like 10 minutes), such blocking can slow down the loading of other lookups. This commit allows the thread to progress as soon as the loading of the lookup fails. |
||
---|---|---|
.. | ||
main | ||
test/java/org/apache/druid |