We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are very occasionally getting a MDB_BAD_RSLOT error. Investigation and a patch is required. This could be an issue with py-lmdb.
MDB_BAD_RSLOT
MDB_BAD_RSLOT is returned only one place in mdb.c and the situation is very specific. It means you've tried to begin a new read txn on a thread that already has a read txn outstanding. http://www.openldap.org/lists/openldap-devel/201409/msg00001.html
mdb.c
TP#8390
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are very occasionally getting a
MDB_BAD_RSLOT
error. Investigation and a patch is required. This could be an issue with py-lmdb.TP#8390
The text was updated successfully, but these errors were encountered: