jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.89k stars 873 forks source link

Fix check when removing keys from overflow #1048

Closed j-santander closed 4 months ago

j-santander commented 4 months ago

The code is currently checking for equality and firing a warning that it shouldn't.