-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
High load concurrency issues #86
Comments
See: https://github.com/MarkusQ/awesome_nested_set/tree/ans_del_lock For my proposed resolution. |
@MarkusQ what became of this? Would you like to turn it into a pull request? |
@parndt -- Yeah, my intent is to turn it into a pull request; sorry about the delay. I'd hit an additional case that I wanted to include, got caught up in some "needs to be done yesterday" work and then hit some health issues. I haven't forgotten it though. |
No problem |
Is this pull request resolved the issue? |
Yes, believe so, thanks! |
There are a few remaining tree corruption race condition issues similar to those fixed in #33 which typically only manifest after sustained periods of heavy load, though having a run of bad luck or doing lots of concurrent deletion of non-trivial trees can also expose them.
I have a proposed fix which I will post as soon as it passes another round of load testing (sometime this evening).
The text was updated successfully, but these errors were encountered: