Skip to content
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

fix(ludicrous): Fix data race in executor (#7203) #7226

Closed

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Dec 30, 2020

Cherry-pick of #7203.

The operations on inDeg field of mutation struct should be done atomically because
it is being used to check if a mutation in dependent on any other mutation. And the
mutations are run concurrently, so this update/read on inDeg should be protected.


This change is Reviewable

The operations on inDeg field of mutation struct should be done atomically because 
it is being used to check if a mutation in dependent on any other mutation. And the 
mutations are run concurrently, so this update/read on inDeg should be protected.
@danielmai
Copy link
Contributor Author

This change was merged in #7307.

@danielmai danielmai closed this Feb 12, 2021
@danielmai danielmai deleted the danielmai/v20.11-ludicrous-mode-race-fix branch February 12, 2021 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants