-
Notifications
You must be signed in to change notification settings - Fork 124
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
At export, enforce content-order as a last-step. #3830
Conversation
This avoids a rare deadlock on import-time involving ks-trees.
Will re-run CI tests 10 times to see if this might address the deadlock we're seeing occasionally in the nightlies. It might not - this is just a hunch |
We've passed 10 full test runs - I am (tentatively) happy that this solves the deadlock-window. |
Backport to 3.23: 💚 backport PR created✅ Backport PR branch: Backported as #3839 🤖 @patchback |
Backport to 3.26: 💚 backport PR created✅ Backport PR branch: Backported as #3840 🤖 @patchback |
Backport to 3.19: 💚 backport PR created✅ Backport PR branch: Backported as #3841 🤖 @patchback |
Backport to 3.27: 💚 backport PR created✅ Backport PR branch: Backported as #3838 🤖 @patchback |
This avoids a rare deadlock on import-time involving ks-trees.