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

Move SecretDictionary away from sync-over-async #10147

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

joelverhagen
Copy link
Member

The new KeyVault SDK has a sync path that we can use. This adds GetSecret methods in addition to GetSecretAsync methods. The SecretDictionary can now use proper sync methods all the way through.

I saw MonitoringProcessor deadlock in DEV and INT, but not in PROD, all on the same bits. I captured a dump and saw it blocked on async KeyVault APIs inside a sync context. I believe this is a sync-over-async deadlock.

Progress on #10146.

The new KeyVault SDK has a sync path that we can use
@joelverhagen joelverhagen requested a review from a team as a code owner August 21, 2024 18:12
@joelverhagen joelverhagen changed the base branch from main to dev August 21, 2024 18:12
@joelverhagen joelverhagen merged commit c325191 into dev Aug 21, 2024
2 checks passed
@joelverhagen joelverhagen deleted the jver-kv-sync-over-async branch August 21, 2024 20:41
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.

3 participants