mirror of https://github.com/apache/druid.git
76ad17fb4c
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. |
||
---|---|---|
.. | ||
extensions.md | ||
human-readable-byte.md | ||
index.md | ||
logging.md |