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 access permissions when flushing nodes #718

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

HerbertJordan
Copy link
Collaborator

@HerbertJordan HerbertJordan commented Jan 10, 2024

When flushing nodes the dirty flag is reset. This requires write access to the node. So far, only view access was acquired, leading to a data race.

This fixes #717.

This also introduced the need for an improvement in the shared value package: #719

@HerbertJordan HerbertJordan requested a review from kjezek January 10, 2024 09:24
@HerbertJordan HerbertJordan marked this pull request as ready for review January 10, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data race detected in unit tests
2 participants