Edgar Espina created SOLR-5680:
----------------------------------

             Summary: 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


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