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

Stop copying sync.Maps, which is forbidden. #24027

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Conversation

ncabatoff
Copy link
Collaborator

@ncabatoff ncabatoff commented Nov 6, 2023

Fixes #24022

@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Nov 6, 2023
@ncabatoff ncabatoff added this to the 1.13.10 milestone Nov 6, 2023
Copy link

github-actions bot commented Nov 6, 2023

Build Results:
All builds succeeded! ✅

Copy link

github-actions bot commented Nov 6, 2023

CI Results:
All Go tests succeeded! ✅

changelog/24047.txt Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have a test provoking fault this fixes, but I am not sure off-the-top how difficult that would be in this scenario. Leaving this here as a suggestion 😄

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the timing is going to be tricky. I'll see if I can find a way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vault stopped responding after concurrent iteration and write on a map
2 participants