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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to