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: concurrent map read and write error #2867

Merged
merged 1 commit into from Feb 7, 2024
Merged

Conversation

aliscott
Copy link
Member

@aliscott aliscott commented Feb 7, 2024

This switches the Terragrunt output cache to use a sync.Map instead so we don't hit concurrent map access panics when we're adding output values to the map.

This switches the Terragrunt output cache to use a sync.Map instead so we don't hit concurrent map access panics when we're adding output values to the map.
@aliscott aliscott self-assigned this Feb 7, 2024
@aliscott aliscott marked this pull request as ready for review February 7, 2024 12:35
@aliscott aliscott requested a review from hugorut February 7, 2024 12:35
@aliscott aliscott merged commit f5fc595 into master Feb 7, 2024
8 of 10 checks passed
@aliscott aliscott deleted the fix/concurrent-map-access branch February 7, 2024 12:50
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.

None yet

2 participants