Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaner hack does not release buffer for readonly mapdb files #1016

Open
MGathier opened this issue Apr 25, 2023 · 0 comments
Open

Cleaner hack does not release buffer for readonly mapdb files #1016

MGathier opened this issue Apr 25, 2023 · 0 comments

Comments

@MGathier
Copy link

When a DB is opened with fileMmapEnabled and cleanerHackEnabled in readonly mode, closing the database does not clean the buffer.
The following message is logged:
Apr 25, 2023 11:34:16 AM org.mapdb.volume.ByteBufferVol unmap
WARNING: Failed to free the buffer. java.io.IOException: java.lang.IllegalArgumentException: duplicate or slice

This is caused by the fact that buffer in MappedFileVolSingle is set to a duplicate of the original buffer when it is readonly. The close tries to unmap the duplicate of the buffer, not the original buffer.

This occurs in version 3.0.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant