You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2011/05/11 00:21:47 UTC

[jira] [Created] (SOLR-2506) EOFException from SolrServer.queryAndStreamResponse() in /trunk

EOFException from SolrServer.queryAndStreamResponse() in /trunk
---------------------------------------------------------------

                 Key: SOLR-2506
                 URL: https://issues.apache.org/jira/browse/SOLR-2506
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0
            Reporter: Ryan McKinley
            Priority: Minor


Ran into this on trunk... don't have time to dig into it now, but will post it here so it is not lost.

I suspect this is caused by something in SOLR-1566,  need to add some better tests to flush it out

{code}

org.apache.solr.client.solrj.SolrServerException: java.lang.RuntimeException: java.io.EOFException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:223)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
	at org.apache.solr.client.solrj.SolrServer.queryAndStreamResponse(SolrServer.java:143)
...

Caused by: java.lang.RuntimeException: java.io.EOFException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:211)
	... 51 more
Caused by: java.io.EOFException
	at org.apache.solr.common.util.FastInputStream.readByte(FastInputStream.java:160)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:158)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:401)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:172)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:110)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:174)
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:102)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:208)
	... 51 more
{code}

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (SOLR-2506) EOFException from SolrServer.queryAndStreamResponse() in /trunk

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-2506:
--------------------------------

    Attachment: index.zip

I am unable to reproduce with a test case, but here is an index that has just two docs that will always reproduce.

I don't think it has anything to do with SOLR-1566

> EOFException from SolrServer.queryAndStreamResponse() in /trunk
> ---------------------------------------------------------------
>
>                 Key: SOLR-2506
>                 URL: https://issues.apache.org/jira/browse/SOLR-2506
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: index.zip
>
>
> Ran into this on trunk... don't have time to dig into it now, but will post it here so it is not lost.
> I suspect this is caused by something in SOLR-1566,  need to add some better tests to flush it out
> {code}
> org.apache.solr.client.solrj.SolrServerException: java.lang.RuntimeException: java.io.EOFException
> 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:223)
> 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
> 	at org.apache.solr.client.solrj.SolrServer.queryAndStreamResponse(SolrServer.java:143)
> ...
> Caused by: java.lang.RuntimeException: java.io.EOFException
> 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:211)
> 	... 51 more
> Caused by: java.io.EOFException
> 	at org.apache.solr.common.util.FastInputStream.readByte(FastInputStream.java:160)
> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:158)
> 	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:401)
> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:172)
> 	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:110)
> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:174)
> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:102)
> 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:208)
> 	... 51 more
> {code}

--
This message is automatically generated by JIRA.
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