[ 
https://issues.apache.org/jira/browse/SOLR-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652196#comment-14652196
 ] 

Ishan Chattopadhyaya edited comment on SOLR-7860 at 8/3/15 6:06 PM:
--------------------------------------------------------------------

First cut at removing so many httpclients lying around. Removing the SDF's 
httpclient and using the update shard handler's httpclient. Tests are passing.


was (Author: ichattopadhyaya):
First cut at removing so many httpclients lying around. Removing the SDF's 
httpclient and using the update shard handler's httpclient.

> Standardize use of HttpSolrClients in Solr
> ------------------------------------------
>
>                 Key: SOLR-7860
>                 URL: https://issues.apache.org/jira/browse/SOLR-7860
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ramkumar Aiyengar
>            Priority: Minor
>         Attachments: SOLR-7860.patch
>
>
> {{HttpShardHandlerFactory}} and {{UpdateShardHandler}} already provide two 
> places where one can get {{HttpSolrClient}}s with timeouts set up properly 
> etc., but there are lots of miscellaneous places which instantiate their own, 
> with hardcoded timeouts. These are just waiting for some environment to 
> realize the timeouts are not suitable, and not configurable as well. We 
> should standardize this (anyone knows why there two to begin with?), ideally 
> this hardcoding shouldn't exist at all..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to