[ 
https://issues.apache.org/jira/browse/SOLR-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635996#comment-13635996
 ] 

Commit Tag Bot commented on SOLR-4716:
--------------------------------------

[trunk commit] markrmiller
http://svn.apache.org/viewvc?view=revision&revision=1469672

SOLR-4716,SOLR-4584: SolrCloud request proxying does not work on Tomcat and 
perhaps other non Jetty containers.
                
> 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
>         Attachments: SOLR-4716.patch
>
>
> 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.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to