dsmiley commented on PR #3501: URL: https://github.com/apache/solr/pull/3501#issuecomment-3245474636
Remember, we can't reuse an internal/default Http2SolrClient and yet also vary the connection timeout specifically (and some other obscure things). Jetty HttpClient does not support that; we'd have to create another one. I'd rather we use the same instance more than I think we should be waiting _forever_ to make an HTTP connection that really shouldn't take that long. For `IterativeMergeStrategy` in particular, I defer to @joel-bernstein 's feedback who wrote that. I did spend some time staring at that thing... nothing within Solr is using it. I think it *should* have been designed to be more customizable so that a user can provide their own SolrClient if they wish. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
