paulirwin commented on PR #938:
URL: https://github.com/apache/lucenenet/pull/938#issuecomment-2113312471

   Very nice! Do you think that maybe the thread-unsafety of FSDirectory (see 
my comment above about the race conditions) could be causing that? And maybe if 
.NET 5+ performs better than .NET FX, that is exacerbating it? I'll look at 
improving the thread safety here next and see if that can have better results. 
Because one very real possibility in this code (and AFAICT Java Lucene 4.8 too) 
under heavy load is that an fsync/FlushFileBuffers gets missed because of 
thread races.


-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to