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

BTreeMap & TreeSet returns incorrect values after entries were deleted. #259

Closed
jankotek opened this issue Dec 31, 2013 · 1 comment
Closed
Labels

Comments

@jankotek
Copy link
Owner

There was serious issue reported in mailing list:
https://groups.google.com/forum/#!topic/mapdb/J0_mqc9JfyA

After number of entries are deleted from TreeMap the getFirstKey throws NPE.

On TreeSet it is really bad, since TreeSet does not seem to detect deleted values at all.

This has been fixed already in trunk. Fix required change in TreeSet format.

@jankotek
Copy link
Owner Author

0.9.9 released with fix

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

No branches or pull requests

1 participant