rmuir opened a new pull request, #14457:
URL: https://github.com/apache/lucene/pull/14457

   These nightly tests sometimes hang and are killed by timeout, instead of 
passing or failing. Upon inspection of one of the failures, the hung thread is 
stuck in `SocketDispatcher.read0()` native code, presumably waiting for bytes 
that will never appear.
   
   Instead, set a socket timeout for these tests, so that infinite hangs (of 
this sort) will no longer happen: they may become failures instead. Failures 
are better than hangs for many reasons.
   
   Relates: #14454
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to