You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Po Rui (JIRA)" <ji...@apache.org> on 2013/04/16 04:56:16 UTC

[jira] [Created] (SOLR-4716) this bug for fixed bug SOLR-4210. proxy request for remote core

Po Rui created SOLR-4716:
----------------------------

             Summary: this bug for fixed bug SOLR-4210. proxy request for remote core 
                 Key: SOLR-4716
                 URL: https://issues.apache.org/jira/browse/SOLR-4716
             Project: Solr
          Issue Type: Bug
          Components: SolrCloud
    Affects Versions: 4.2
            Reporter: Po Rui


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org