https://bugs.openldap.org/show_bug.cgi?id=10316
--- Comment #5 from Howard Chu hyc@openldap.org --- (In reply to Stefan de Konink from comment #4)
Does this also mean that mdb_dbi_open must be closed prior to resizing? Because I currently retain these too. I haven't had issues with that. And quite naively used it.
Is the best practice then to:
- wait for cursors to finish
- close all open dbs
- close the current env
- resize env
- open env
That is not what the doc says.
Read it more carefully. http://www.lmdb.tech/doc/group__mdb.html#gaa2506ec8dab3d969b0e609cd82e619e5
There's no LMDB bug here, this ticket is closed.