[ 
https://issues.apache.org/jira/browse/SOLR-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Miller resolved SOLR-5562.
-------------------------------

    Resolution: Fixed

Thanks Kyle!

> ConcurrentUpdateSolrServer constructor ignores supplied httpclient
> ------------------------------------------------------------------
>
>                 Key: SOLR-5562
>                 URL: https://issues.apache.org/jira/browse/SOLR-5562
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.6
>            Reporter: Kyle Halliday
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 5.0, 4.7
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> This constructor ignores the supplied HttpCilent parameter, passing null 
> instead.
>   public ConcurrentUpdateSolrServer(String solrServerUrl,
>       HttpClient client, int queueSize, int threadCount) {
>     this(solrServerUrl, null, queueSize, threadCount, 
> Executors.newCachedThreadPool(
>         new SolrjNamedThreadFactory("concurrentUpdateScheduler")));
>     shutdownExecutor = true;
>   }



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to