rmuir commented on issue #15079: URL: https://github.com/apache/lucene/issues/15079#issuecomment-3197535864
> If we do this, then actually Adrien would need to replace the pollution code by some other IndexInput impl (like NIOFSDir). Actually he used ByteBuffersDirectory to actually pollute, so by aligning the polluted impl by another one the pollution goes away and we no longer see what we want to see. Yes, of course, but then it gets better. We have functionality such as `NRTCachingDirectory` which uses a mix of ByteBuffersDirectory and MMapDirectory. So it seems like a good win if we can make the "ram dir" just be "MMapDirectory over an anonymous mapping"? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org