itschrispeck opened a new pull request, #15010: URL: https://github.com/apache/pinot/pull/15010
Makes http request/client timeouts configurable, primarily for peer download. We have found peer downloads often fail while waiting for a connection from the pool. Retry means the peer download loses its spot in the queue, it's better to wait for a connection longer in many cases. new configs are: ``` pinot.server.segment.fetcher.http.request.connectionRequestTimeoutMs=12345 pinot.server.segment.fetcher.http.request.socketTimeoutMs=12345 pinot.server.http.client.connectionTimeoutMs=12345 ``` the current/default timeout settings/behavior is unchanged -- 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