Arsnael commented on PR #2342: URL: https://github.com/apache/james-project/pull/2342#issuecomment-2232835181
I think I'm gonna drop it for now... I tried to refactor the code to open and close the IndexWriter after each use in the code, I tried to use `commit`, `forceMergeDeletes` methods, tried to explicitly delete the old doc and add the new one, tried to change the FSDirectory (MMapDirectory, NIOFSDirectory)... Does not change anything. Tried changing the deletion policy, the merging policy... I think there is probably something we are missing during that migration, with number of systems using lucene I hardly believe we have a bug here... but I'm a bit at a loss here. -- 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]
