quantranhong1999 commented on PR #2315:
URL: https://github.com/apache/james-project/pull/2315#issuecomment-2206608301

   > Otherwize I think adding some awaits in the tests might be ok, we thus 
would aknowlege there is a data race in our Lucene code...
   
   I added some AWAIT 10 seconds in the MPT test but it did not solve the issue.
   
   > It is very possible for the document not to be updated internally yet 
(because index changes are async) and thus not seen when updating the document 
a second time...
   
   Likely not as during debugging I stop for a long time and after that, the 
update is still not reflected.
   Of course with a new `IndexReader` opened (snapshot of current index).
   


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