Kyle Halliday created SOLR-5562:
-----------------------------------

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


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