druid/extensions-core
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
..
avro-extensions Make ParseExceptions more informative (#12259) 2022-02-28 22:31:15 +05:30
azure-extensions Adding Shared Access resource support for azure (#12266) 2022-02-22 18:27:43 +05:30
datasketches latest datasketches-java-3.1.0 (#12224) 2022-03-01 17:14:42 -08:00
druid-aws-rds-extensions bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
druid-basic-security Set Content-Type for String based response (#12295) 2022-03-04 15:17:03 +08:00
druid-bloom-filter A new includeAllDimension flag for dimensionsSpec (#12276) 2022-02-25 18:27:48 -08:00
druid-kerberos Reduce use of mocking and simplify some tests (#12283) 2022-02-26 17:23:09 -08:00
druid-pac4j bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
druid-ranger-security Reduce use of mocking and simplify some tests (#12283) 2022-02-26 17:23:09 -08:00
ec2-extensions bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
google-extensions Lazy instantiation for segmentKillers, segmentMovers, and segmentArchivers (#12207) 2022-02-08 13:02:06 -08:00
hdfs-storage Lazy instantiation for segmentKillers, segmentMovers, and segmentArchivers (#12207) 2022-02-08 13:02:06 -08:00
histogram allow optimizing sql expressions and virtual columns (#12241) 2022-02-09 14:55:50 -08:00
kafka-extraction-namespace use a non-concurrent map for lookups-cached-global unless incremental updates are actually required (#12293) 2022-03-08 21:54:25 -08:00
kafka-indexing-service Store null columns in the segments (#12279) 2022-03-23 16:54:04 -07:00
kinesis-indexing-service Package kinesis client jar within the extension (#12370) 2022-04-04 21:31:18 +05:30
kubernetes-extensions kubernetes: restart watch on null response (#12233) 2022-03-10 12:56:40 -08:00
lookups-cached-global Fail fast incase a lookup load fails (#12397) 2022-04-18 13:14:02 +05:30
lookups-cached-single bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
mysql-metadata-storage do not explode if mysql transient exception class does not exist (#12213) 2022-02-01 09:06:24 +05:30
orc-extensions Make ParseExceptions more informative (#12259) 2022-02-28 22:31:15 +05:30
parquet-extensions Always reopen stream in FileUtils.copyLarge, RetryingInputStream. (#12307) 2022-03-05 14:39:14 -08:00
postgresql-metadata-storage bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
protobuf-extensions Make ParseExceptions more informative (#12259) 2022-02-28 22:31:15 +05:30
s3-extensions Always reopen stream in FileUtils.copyLarge, RetryingInputStream. (#12307) 2022-03-05 14:39:14 -08:00
simple-client-sslcontext bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
stats Reduce use of mocking and simplify some tests (#12283) 2022-02-26 17:23:09 -08:00
testing-tools Replace use of PowerMock with Mockito (#12282) 2022-02-27 22:47:09 -08:00