Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5680

ConcurrentUpdateSolrServer ignores HttpClient parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 4.6
    • None
    • clients - java

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              edgar.espina Edgar Espina
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: