druid/docs/configuration
Atul Mohan 76ad17fb4c
Add config for http client connect timeout (#16831)
Adds a configuration clientConnectTimeout to our http client config which controls the connection timeout for our http client requests.

It was observed that on busy K8S clusters, the default connect timeout of 500ms is sometimes not enough time to complete syn/acks for a request and in these cases, the requests timeout with the error:
exceptionType=java.net.SocketTimeoutException, exceptionMessage=Connect Timeout
This behavior was mostly observed on the router while forwarding queries to the broker.
Having a slightly higher connect timeout helped resolve these issues.
2024-08-07 19:31:10 +05:30
..
extensions.md remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
human-readable-byte.md Adding k8s support for human readable parsing (#12316) 2022-03-16 11:18:47 +08:00
index.md Add config for http client connect timeout (#16831) 2024-08-07 19:31:10 +05:30
logging.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00