mikemccand commented on PR #11935:
URL: https://github.com/apache/lucene/pull/11935#issuecomment-1315439558

   Also, I think this test might be a bit borked: most of the time, after 
randomly throwing exceptions in a terrifying place (inside 
`IndexFileDeleter.decRef`), `IndexWriter` closes itself in tragic self-defense, 
and then the subsequent iterations of trying to do things with the writer all 
throw `AlreadyClosedException`.
   
   Yet, from the failing exception, it sure looks like `ReaderPool` was somehow 
closed, while `IndexWriter` itself is not, on tragedy.  It's like `IndexWriter` 
stopped its own heart but somehow its brain keeps going....


-- 
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