-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
DBRunRecoveryErro wrong. #25
Comments
any news regarding this issue? |
I have the same problem. I've tried to fix this problem developing this method:
And calling it to repare the index before start the crawler. This works but the error sooner or later appears again. I think the problem is that the method to store a key value in the Berkeley DB is not synchronized and when two threads or process call the method at the same time, the database is corrupted. I think it is necessary to sync the method or use a semaphor. |
do you mean this http://pybsddb.sourceforge.net/ref/transapp/recovery.html? I try to run the command "db_recover -c", the problem still exists. I can only give up repairing db and restart it by "-a deltafetch_reset=1" |
it looks like something wrong with the middleware. it occured in the process of a long time spider processing.
The text was updated successfully, but these errors were encountered: