Closed arteymix closed 1 month ago
I think I figured it out. Our search threads are getting interrupted when the timeout of 30s is reached and that can cause the I/O channel to be closed.
A quick fix is to cancel the future without interrupting it.
Reference: https://issues.apache.org/jira/browse/LUCENE-7248
The fix is rolled out. I'll monitor the issues over the upcoming week.
Looks like it did the trick.