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: Making APIKeyBasedConnectionPool thread safe #596

Merged
merged 1 commit into from
May 14, 2024

Conversation

ruisebas
Copy link
Member

@ruisebas ruisebas commented May 10, 2024

Issue #, if available:

Description of changes:

This PR fixes crashes happening in APIKeyBasedConnectionPool by adding a queue to sync access to the endPointToProvider dictionary.
A previous fix was applied to IAMBasedConnectionPool here: #569

Additionally, I'm fixing some tests no longer compiling after upgrading to the latest SDK version.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ruisebas ruisebas requested a review from a team as a code owner May 10, 2024 20:23
@ruisebas ruisebas force-pushed the ruisebas/apikey_connection_queue branch from f94828f to f14bfbd Compare May 10, 2024 20:25
@ruisebas ruisebas merged commit db56c55 into main May 14, 2024
@ruisebas ruisebas deleted the ruisebas/apikey_connection_queue branch May 14, 2024 13:39
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.

2 participants