On 1/14/2016 12:08 AM, Midas A wrote:
> we are continuously getting the error
> "null:org.eclipse.jetty.io.EofException"
> on slave .
>
> what could be the reason ?

This error is caused by clients that disconnect the HTTP/TCP connection
before Solr has responded to a request.  Jetty logs this error (rather
than Solr) because it happens in the networking layer.

There are two typical reasons for clients that disconnect early -- one
is very slow queries, the other is aggressive TCP socket timeouts on
clients.  It is sometimes a combination of both.

Thanks,
Shawn

Reply via email to