-
Notifications
You must be signed in to change notification settings - Fork 286
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
Different behavior for Routing in netcore and netfx #2872
Comments
@David-Engel, @saurabh500 can you confirm that netcore should follow the same logic as netfx? |
I noticed this a little while ago and looked into the history a bit. The max routing attempts changes was included as part of the Azure read only routing support changes in SDS netfx. I saved a branch of what I thought were the relevant changes required from bring everything from the netfx to the netcore MDS code: https://github.com/dotnet/SqlClient/compare/main...David-Engel:SqlClient:port?expand=1 |
Thanks David, I have updated the PR #2873 with some extra changes and addressed some issues in your changes. |
There are two different behavior for Routing in SqlClient
in .Net inside SqlInternalConnectionTds we have
Where as the same place in .NetFramework we have
_maxNumberOfRedirectRout
is 10The text was updated successfully, but these errors were encountered: