Is your Solr talking directly to web browser or to a client app. If to
a browser, they may have just closed the window. If to the client, you
need to check the timeouts, crashes, etc.

Regards,
   Alex.
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency


On Thu, Apr 3, 2014 at 1:40 PM, Toke Eskildsen <t...@statsbiblioteket.dk> wrote:
> On Wed, 2014-04-02 at 15:45 +0200, ku3ia wrote:
>> ERROR - 2014-03-27 17:11:15.022; org.apache.solr.common.SolrException;
>> null:org.eclipse.jetty.io.EofException
>>         at
>> org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:914)
> [...]
>> java.lang.IllegalStateException: Committed
>>         at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1144)
>> ...
>>
>> Does anyone have some ideas about this?
>
> Looks like your client timed out or lost the connection somehow. The
> issued Solr job is unaffected by this until it tries to deliver the
> result. When it does, it fails with an error like the one above.
>
> If this is for a search, it is an indicator that your server responds
> too slow. If this is an index update, you should increase timeouts in
> your client.
>
> - Toke Eskildsen, State and University Library, Denmark
>

Reply via email to