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