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

Mark Miller reassigned SOLR-5562:
---------------------------------

    Assignee: Mark Miller

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to