We have a Lucene engine that creates MappedByteBuffer objects when creating the Lucene index. I don't know Lucene well enough to know if this standard behavior.
The mapped files are being created by Lucene, via the JRE's NIO APIs native file mapping underneath each MappedByteBuffer object. We see an issue where duplicate MappedByteBuffer objects are being created. Has anyone seen this? Thank you!