druid/extensions-core
Gian Merlino e0e05aad99
Enhancements to IndexTaskClient. (#12011)
* Enhancements to IndexTaskClient.

1) Ability to use handlers other than StringFullResponseHandler. This
   functionality is not used in production code yet, but is useful
   because it will allow tasks to communicate with each other in
   non-string-based formats and in streaming fashion. In the future,
   we'll be able to use this to make task-to-task communication
   more efficient.

2) Truncate server errors at 1KB, so long errors do not pollute logs.

3) Change error log level for retryable errors from WARN to INFO. (The
   final error is still WARN.)

4) Harmonize log and exception messages to have a more consistent format.

* Additional tests and improvements.
2021-12-03 09:14:32 -08:00
..
avro-extensions Support for hadoop 3 via maven profiles (#11794) 2021-10-30 22:46:24 +05:30
azure-extensions Migrate File.mkdirs to FileUtils.mkdirp. (#11879) 2021-11-09 11:10:49 -08:00
datasketches Code cleanup from query profile project (#11822) 2021-11-30 11:35:38 -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 Fix classNotFoundException when connecting to secure LDAP (#11978) 2021-12-03 12:08:19 +05:30
druid-bloom-filter restore and deprecate AggregatorFactory methods (#11917) 2021-11-19 15:59:35 -08:00
druid-kerberos Support for hadoop 3 via maven profiles (#11794) 2021-10-30 22:46:24 +05:30
druid-pac4j bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
druid-ranger-security Support for hadoop 3 via maven profiles (#11794) 2021-10-30 22:46:24 +05:30
ec2-extensions bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
google-extensions Migrate File.mkdirs to FileUtils.mkdirp. (#11879) 2021-11-09 11:10:49 -08:00
hdfs-storage Migrate File.mkdirs to FileUtils.mkdirp. (#11879) 2021-11-09 11:10:49 -08:00
histogram restore and deprecate AggregatorFactory methods (#11917) 2021-11-19 15:59:35 -08:00
kafka-extraction-namespace TestKafkaExtractionCluster: Shut down Kafka, ZK in @After. (#11963) 2021-11-20 15:17:05 -08:00
kafka-indexing-service Enhancements to IndexTaskClient. (#12011) 2021-12-03 09:14:32 -08:00
kinesis-indexing-service Enhancements to IndexTaskClient. (#12011) 2021-12-03 09:14:32 -08:00
kubernetes-extensions Remove CloseQuietly and migrate its usages to other methods. (#10247) 2021-10-23 17:03:21 -07:00
lookups-cached-global Warn if cache size of lookup is beyond max size (#11863) 2021-11-03 21:32:22 -04:00
lookups-cached-single bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
mysql-metadata-storage bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
orc-extensions Upgrade ORC to 1.7.1 (#11919) 2021-11-15 09:13:03 -08:00
parquet-extensions vectorize logical operators and boolean functions (#11184) 2021-12-02 16:40:23 -08:00
postgresql-metadata-storage bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
protobuf-extensions bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
s3-extensions AWS "Data read has a different length than the expected" error should reset stream and try again (#11941) 2021-11-26 12:45:34 -07:00
simple-client-sslcontext bump version to 0.23.0-SNAPSHOT (#11670) 2021-09-08 15:56:04 -07:00
stats restore and deprecate AggregatorFactory methods (#11917) 2021-11-19 15:59:35 -08:00
testing-tools complex typed expressions (#11853) 2021-11-08 00:33:06 -08:00