mikemccand commented on issue #13116:
URL: https://github.com/apache/lucene/issues/13116#issuecomment-1952370021

   Oooh thanks for digging @easyice!
   
   Hmm, that may just be a seed-shifting change, and not e.g. bringing the root 
cause for this exception?  I.e. 
https://github.com/apache/lucene/commit/9ab84f4be262d003781910c58751a503a92f725c
 just changed the interpretation of the random seed ("seed shifting").
   
   The exception looks like a test bug to me: disk full is arriving to a merge 
thread (`ConcurrentMergeScheduler`), which is expected (this is a disk full 
test), so maybe the test is failing to properly recognize that this is "normal" 
for it?


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