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

CommonsHttpSolrServer will retry a query even if _maxRetries is 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.1, 3.1, 4.0-ALPHA
    • 3.2
    • clients - java
    • None

    Description

      The HttpClient library used by CommonsHttpSolrServer will retry by default 3 times a request that failed on the server side, even if the _maxRetries field of CommonsHttpSolrServer is set to 0.
      The retry count should be managed in just one place and CommonsHttpSolrServer seems to be the right one.
      CommonsHttpSolrServer should override that HttpClient default to 0 retries, and manage the retry count with the value of the field _maxRetries.

      Attachments

        1. SOLR-2466.patch
          3 kB
          Yonik Seeley

        Activity

          People

            Unassigned Unassigned
            tflobbe Tomas Eduardo Fernandez Lobbe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: