[ 
https://issues.apache.org/jira/browse/SOLR-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-3010:
---------------------------

          Description: Possible regression of SOLR-2230 on trunk?  (was: If you 
are using an HTTP-client (CommonsHttpSolrServer) to connect to Solr, you are 
unable to push more than one File/Stream over the wire. 
For example, if you call 
ContentStreamUpdateRequest.addContentStream()/.addFile() twice to index both 
files via Tika, you get the following exception at your Solr server:

15:48:59 [ERROR] http-8983-1 [org.apache.solr.core.SolrCore] - 
org.apache.solr.common.SolrException: missing content stream
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:49)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
        at 
org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper.handleRequest(RequestHandlers.java:233)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1316)
        at 
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:338)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:619)

Seems that the POST body send by CommonsHttpSolrServer is not correct.
If you push only one file, everything works as expected.)
    Affects Version/s:     (was: 1.4.1)
        Fix Version/s:     (was: 3.4)
                           (was: 4.0)
             Assignee:     (was: Hoss Man)
              Summary: solrj: submitting more than one stream via 
CommonsHttpSolrServer fails   (was: CLONE - solrj: submitting more than one 
stream/file via CommonsHttpSolrServer fails)

Rob: SOLR-2230 added a SolrExampleTests.testMultiContentStreamRequest which 
verifies that multiple "addFile" calls on ContentStreamUpdateRequest work 
properly.  it's possible that there is still a bug when using addContentStream, 
but since addFile is a just a thin wrapper arround addContentStream that seems 
unlikely -- so i don't actually think this is a regression of SOLR-2230.

are you only seeing this problem with the extraction request handler, or with 
all handlers?

are you only seeing this problem with your SolrByteArrayContentStream? (that's 
not a solr class, so we really need to see that code to verify that it's 
working properly)

I suspect the issue here is that some other error is happening (possibly 
because SolrByteArrayContentStream isn't working properly?) and the real error 
is getting swallowed up and lost in place of a more vague "missing stream" 
error.


                
> solrj: submitting more than one stream via CommonsHttpSolrServer fails 
> -----------------------------------------------------------------------
>
>                 Key: SOLR-3010
>                 URL: https://issues.apache.org/jira/browse/SOLR-3010
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>            Reporter: Rob Tulloh
>
> Possible regression of SOLR-2230 on trunk?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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