vvivekiyer opened a new pull request, #15485: URL: https://github.com/apache/pinot/pull/15485
In https://github.com/apache/pinot/pull/15010, we added configs to make http request/client timeouts tunable. However, these configs are not applied to `HttpsSegmentFetcher` So, in HttpsSegmentFetcher, we end up using `ConnectionRequestTimeoutMs = 0` and `socketTimeoutMs=0`. When we execute a request using this HttpClient, and no connection is immediately available in the pool, it leads to `ConnectionRequestTimeoutException` instead of waiting for an available connection. -- 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