uschindler commented on issue #15262: URL: https://github.com/apache/lucene/issues/15262#issuecomment-3353042123
Hi, this has nothing to do with Garbage Collection. This looks like the IndexWriter and all IndexReaders were not closed correctly. On POSIX operating systems it is possible to delete files without closing them first, so the file handles and/or mmapped files keep linked to OS. Please make sure that all indexes are closed both for read and write. I suspect this is more an issue of Maven indexer. Other Lucene software like Elasticsearch or Solr do not show that issue. -- 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]
