error: Could not advance cursor: MDB_BAD_TXN: Transaction cannot recover - it must be aborted
Could not write database entry: MDB_BAD_TXN: Transaction cannot recover - it must be aborted
And we consistently see this after the run on the older (3.6.5 and earlier) versions, using the same system with the same big database:
error: Could not write database entry: MDB_MAP_FULL: Environment mapsize limit reached
The lock database on these failing systems is usually 50-100MB and typically has well over half a million entries (we have a lot of promises, but not >500K). My teammate who noticed this in testing also found issue 5637 online, which was closed.
So, this seems undesirable.
--Danny