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

Intermittent concurrent map writes error during update preview #11156

Closed
stelmod opened this issue Oct 26, 2022 · 2 comments
Closed

Intermittent concurrent map writes error during update preview #11156

stelmod opened this issue Oct 26, 2022 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team resolution/duplicate This issue is a duplicate of another issue

Comments

@stelmod
Copy link

stelmod commented Oct 26, 2022

What happened?

Intermittent failures when updating a stack. This is happening on two different pulumi projects and different stacks within each.

Steps to reproduce

Hard to tell how to reproduce, given that it only happens sometimes for us. The command we run is pulumi update --yes

Expected Behavior

Successful stack update

Actual Behavior

Failure with one of these errors:

  • concurrent map read and map write (trace)
  • concurrent map writes (trace)

Output of pulumi about

No response

Additional context

This is happening both when running pulumi on a dev laptop as well as CircleCI, all running the latest versions of pulumi.

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@stelmod stelmod added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Oct 26, 2022
@Zaid-Ajaj
Copy link
Contributor

Hi there @stelmod thank you for reporting this issue! Looking at the stack trace, it looks like this is the same issue we fixed today in #11151 and we will rollout a patch version as soon as possible. I will be closing this as duplicate of #11153

@Zaid-Ajaj Zaid-Ajaj added the resolution/duplicate This issue is a duplicate of another issue label Oct 26, 2022
@stelmod
Copy link
Author

stelmod commented Oct 26, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants