Closed mlebull closed 8 years ago
What is this callback you are referring to? Do you use a custom comparator?
Hi, the Callback is the one defined in the Database class, and it has no external access so I can't dispose of it myself. Yes, I am using a custom comparator, through database.setComparator()
I referenced the wrong issue in the commit message. Please review 9a29e34bd297711acf050c7c6a70f3d9e00b3721.
Thanks very much, that's great. I've re tested and everything is working as expected.
No problem, thanks for reporting!
Hi, When opening a large number of connections we seem to be exhausting the connection limit, even though all previous connections have been closed. I managed to solve the issue by disposing of the callback when calling close() on the database:
org.fusesource.lmdbjni.Database
If this this change looks correct and you could incorporate it into the next build it would be much appreciated. Thanks