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

Reintroduce previously removed exit condition in login loop + fix retry count #2212

Merged
merged 9 commits into from
Sep 26, 2023

Conversation

Jeffery-Wasty
Copy link
Contributor

@Jeffery-Wasty Jeffery-Wasty commented Sep 6, 2023

With the introduction of Idle Connection Resiliency in 10.2, we would continually retry on transient errors, until loginTimeout was reached. This was due to the omission of an exit condition. The condition has been added back in.

As well, we were retrying one more time than we should have been, this has been adjusted.

…econnection attempt number to avoid extra reconnection attempt.
@Jeffery-Wasty Jeffery-Wasty added this to the 12.5.0 milestone Sep 6, 2023
@Jeffery-Wasty Jeffery-Wasty merged commit 484f01f into main Sep 26, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

Retry when DatabaseName is wrong
3 participants