benwtrent commented on issue #13571:
URL: https://github.com/apache/lucene/issues/13571#issuecomment-2264033141

   I dug a little bit into this. I tried protecting by putting `synchronized` 
on `getNextSequenceNumber` that didn't work.
   
   I tried putting `synchronize` on the DW when it flushes all threads and 
calls `close` on the DWDQ, that didn't work.
   
   This is exceptionally tricky because the danged `deleteQueue` is passed 
around to many different classes and accessed through many different paths. Its 
not well encapsulated at all :(


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