You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2014/02/01 09:42:10 UTC

[jira] [Resolved] (SOLR-5680) ConcurrentUpdateSolrServer ignores HttpClient parameter

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org