druid/extensions-core/lookups-cached-global/src
Rohan Garg de9f12b5c6
Fail fast incase a lookup load fails (#12397)
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.
2022-04-18 13:14:02 +05:30
..
main Fail fast incase a lookup load fails (#12397) 2022-04-18 13:14:02 +05:30
test/java/org/apache/druid Fail fast incase a lookup load fails (#12397) 2022-04-18 13:14:02 +05:30