-
Notifications
You must be signed in to change notification settings - Fork 35
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
Deadlock during page move #1716
Comments
This is probably also related to #1518 and ultimately django-treebeard/django-treebeard#53. |
A similar issue occured on March 14 when acquiring the db mutex: Traceback
|
Now that we have the mutex, I think we can definitely say that we can barely see a difference to before. We currently have 18 duplicate key violations in our log files. AFAICT this is roughly the same amount we had before we introduced the locking mechanism. I think we should remove the mutex and need to rethink the cause of the duplicate key violations. |
@svenseeberg yes, I agree. Very strange... |
Yes. |
Describe the Bug
In some edge cases, a deadlock can occur during moving pages.
Steps to Reproduce
Not sure how to reproduce
Expected Behavior
The page should be moved
Actual Behavior
An internal server error occurs:
Additional Information
Traceback
The text was updated successfully, but these errors were encountered: