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

Shalin Shekhar Mangar resolved SOLR-5680.
-----------------------------------------

    Resolution: Duplicate

Thanks Edgar. This has already been fixed in 4.7

> ConcurrentUpdateSolrServer ignores HttpClient parameter
> -------------------------------------------------------
>
>                 Key: SOLR-5680
>                 URL: https://issues.apache.org/jira/browse/SOLR-5680
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.6
>            Reporter: Edgar Espina
>            Priority: Minor
>              Labels: solrj
>
> Since 4.6.1 ConcurrentUpdateSolrServer ignores HttpClient parameter
> Here is the source code:
> public ConcurrentUpdateSolrServer(String solrServerUrl, HttpClient client, 
> int queueSize, int threadCount) {
>   this(solrServerUrl, null, queueSize, threadCount, 
> Executors.newCachedThreadPool(new 
> SolrjNamedThreadFactory("concurrentUpdateScheduler")));
>   shutdownExecutor = true;
> }
> It calls this with null as 2nd parameter
> Thanks



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to