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 #726

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

HerbertJordan
Copy link
Collaborator

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 and re-does #718, undoing #720.

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

@HerbertJordan HerbertJordan requested a review from kjezek January 11, 2024 13:54
Base automatically changed from herbert/issue_724 to main January 11, 2024 14:54
@HerbertJordan HerbertJordan merged commit 35e866c into main Jan 11, 2024
2 checks passed
@kjezek kjezek deleted the herbert/issue_717 branch April 16, 2024 08:23
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