iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2687064213
If I look the default connection and socket timeouts. ``` HttpClientUtil.DEFAULT_SO_TIMEOUT = 60,000 HttpClientUtil.DEFAULT_CONNECT_TIMEOUT = 60,000 ``` But I will make the change to ZkController to use the HttpSolrClientProvider instead of creating one. I also like this solution better. I only wonder if reducing the default timeouts was the reason in the first-place it was re-created here in ZkController. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org