Skip to content

Fix race condition in endpoint discovery #1504

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

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Conversation

skmcgrail
Copy link
Member

@skmcgrail skmcgrail commented Nov 18, 2021

Fixes a race condition in endpoint discovery that allowed for the cached *url.URL to be mutated concurrently between requests.

Fixes: #1407

@skmcgrail skmcgrail requested a review from jasdel November 18, 2021 18:03
@skmcgrail skmcgrail force-pushed the gh1407 branch 4 times, most recently from 7bf153d to 028eaf3 Compare November 22, 2021 21:32
@skmcgrail skmcgrail merged commit 56f090f into aws:main Nov 23, 2021
@skmcgrail skmcgrail deleted the gh1407 branch November 23, 2021 20:24
jrichard8 pushed a commit to jrichard8/aws-sdk-go-v2 that referenced this pull request Feb 14, 2022
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.

racing in timestreamwrite.(*Client).WriteRecords()
2 participants