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 race conditions in file cache #379

Merged
merged 7 commits into from
Dec 3, 2024
Merged

Conversation

foodprocessor
Copy link
Contributor

Describe your changes in brief

I used race detector and it identified a number of data races, all in file cache.
This fixes all of those races.

What type of Pull Request is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Checklist

  • Tested locally
  • Added new dependencies
  • Updated documentation
  • Added tests

Related Issues

  • Related Issue #
  • Closes #

@foodprocessor foodprocessor merged commit e46eb87 into main Dec 3, 2024
17 checks passed
@foodprocessor foodprocessor deleted the fix-race-conditions branch December 3, 2024 00:29
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.

2 participants