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

this bug for fixed bug SOLR-4210. proxy request for remote core

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.2
    • None
    • SolrCloud
    • None

    Description

      For bug SOLR-4210. remoteQuery() have some issue in tomcat. it's ok in jetty but not work in tomcat(maybe some other web server too) cause the IOUtils.closeQuietly(os) wouldn't flush before close . this lead a "Bogus chunk size" error cause the transfer-encoding is chunked and also the "Content-Length" was set to non "-1". so we should invoke flush() explicitly before close.

      Attachments

        1. SOLR-4716.patch
          0.8 kB
          Po Rui

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              brui Po Rui
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: