On 2022-10-24 4:21 PM, Rahul Goswami wrote:
Hi Dima,
Do you observe anything unusual (blocked thread or something else) in the
thread dump when this happens? Or can you share one?
Maybe through jstack or the /solr/admin/info/threads endpoint.
Nothing stands out.
So far the only consistent thing is, when I run a data importer script
(that works w/o problems on solr-8.7) it errors out in the middle of the
run with Solr either dropping connection in the middle of a POST or
refusing one for the next POST. :(
There seems to be a
'''
2022-10-24 22:03:49.566 ERROR
(recoveryExecutor-17-thread-1-processing-x:searchwhs) [ x:searchwhs]
o.a.s.u.UpdateLog java.io.EOFException => java.io.EOFException
at
org.apache.solr.common.util.FastInputStream.readFully(FastInputStream.java:179)
java.io.EOFException: null
'''
on tlog replay but not every time.
Dima