Closed davidorlea closed 1 month ago
Thanks for reporting this, @davidorlea . We'll look into it soon.
Fix pre-released in v0.68.0-beta2024100702. Will be included in the next minor release.
Very much appreciate your quick response ❤️
I can confirm that it's running smoothly now!
Describe the bug
Since upgrading from Terragrunt 0.59.6 to 0.67.13 we are repeatedly getting
fatal error: concurrent map writes
when callingterragrunt init
,terragrunt validate
,terragrunt validate-inputs
orterragrunt plan
. This is not happening in every call toterragrunt
, but pretty regularly, effectively rendering our CI pipelines unusable.The stack trace is always from
I attached a few examples with the complete stack traces.
We experience this locally on Apple ARM-based (M1, M2) MacBooks, as well as AWS EC2 instances running on amd64-based architecture.
With Terragrunt 0.59.6 this did not happen once to us.
Steps To Reproduce
Can't be reproduced explicitly, but occurs regularly every few
terragrunt
-calls.Expected behavior
No exception and clean exit from Terragrunt.
Nice to haves
Versions
Additional context
fatal1.txt fatal2.txt fatal3.txt