rino-kadijk opened a new pull request, #9008: URL: https://github.com/apache/pinot/pull/9008
The jdbc client uses AsyncHttpClient without a connect timeout set. This can cause unnecessary latency when connecting to a hostname. In some cases AsyncHttpClient might be able to [retry](https://github.com/AsyncHttpClient/async-http-client/blob/9b7298b8f1cb41fed5fb5a1315267be323c875d6/client/src/main/java/org/asynchttpclient/netty/channel/NettyChannelConnector.java#L104) a second or third address for the host. This PR: 1. Reduces the timeout when connecting to Pinot fails 2. It enables TLS 1.3 and disables [TLS1.0](https://datatracker.ietf.org/doc/rfc8996/) 3. Adds a user agent header so the server can better understand connection patterns -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org