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

r11s-driver: fix 401 regression from rediscovery work (#11643) (#11646) #11654

Merged

Conversation

znewton
Copy link
Contributor

@znewton znewton commented Aug 24, 2022

A regression was introduced in rediscovery work in r11s driver that causes a 401 to throw a fatal error regardless of internal retry.

… (microsoft#11646)

There was some interim code that was not cleaned up after changing approaches for rediscovery. This resulted in an error being thrown regardless of retrying the connection internally. Specifically, a 401 error will be thrown as non-retryable even after it successfully retried and connected.
@znewton znewton requested a review from a team as a code owner August 24, 2022 21:03
@github-actions github-actions bot added area: driver Driver related issues base: release PRs targeted against a release branch labels Aug 24, 2022
Copy link
Member

@tylerbutler tylerbutler left a comment

Choose a reason for hiding this comment

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

Looks good once CI passes.

@msfluid-bot
Copy link
Collaborator

Could not find a usable baseline build with search starting at CI a160927

Generated by 🚫 dangerJS against 60ec7ef

@tylerbutler tylerbutler merged commit 6b56bc1 into microsoft:release/1.2 Aug 24, 2022
@znewton znewton deleted the r11s-driver-401-patch-1.2 branch August 25, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: driver Driver related issues base: release PRs targeted against a release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants