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

ConcurrentUpdateSolrServer constructor ignores supplied httpclient

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.6
    • 4.7, 6.0
    • clients - java
    • None

    Description

      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; }

      Attachments

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              halliday1 Kyle Halliday
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 5m
                  5m
                  Remaining:
                  Remaining Estimate - 5m
                  5m
                  Logged:
                  Time Spent - Not Specified
                  Not Specified