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

This could be a bug?(Managed Identity Retry interval) #1765

Closed
lowbility opened this issue Mar 10, 2022 · 4 comments
Closed

This could be a bug?(Managed Identity Retry interval) #1765

lowbility opened this issue Mar 10, 2022 · 4 comments
Assignees
Labels
Bug A bug in the driver. A high priority item that one can expect to be addressed quickly.
Milestone

Comments

@lowbility
Copy link

Hi teams,
In this file -> v10.2.0/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerSecurityUtility.java
in the method -> getMSIAuthToken
the probably line#: 366
retrySlots.add(INTERNAL_SERVER_ERROR * ((2 << 1) - 1) / 1000);
I'm not sure but I think maybe there should be 2<<x not 2<<1 ?
please kindly have a look .
Thanks
image

@Jeffery-Wasty
Copy link
Contributor

Hi @lowbility,

Thank you for report. We'll take a look into it, and get back to as soon as we can.

@Jeffery-Wasty Jeffery-Wasty self-assigned this Mar 10, 2022
@Jeffery-Wasty Jeffery-Wasty added the Under Investigation Used for issues under investigation label Mar 10, 2022
@Jeffery-Wasty Jeffery-Wasty added Backlog The topic in question has been recognized and added to development backlog and removed Under Investigation Used for issues under investigation labels Mar 10, 2022
@Jeffery-Wasty
Copy link
Contributor

Hi @lowbility,

Thank you again for your report. Considering the impact this currently has, we have decided to move it to backlog. It will be considered and prioritized along with other bug fixes and features when we plan for the new semester.

@Jeffery-Wasty Jeffery-Wasty removed their assignment Mar 10, 2022
@Jeffery-Wasty Jeffery-Wasty added the Bug A bug in the driver. A high priority item that one can expect to be addressed quickly. label Mar 10, 2022
@lilgreenbird lilgreenbird added this to the 11.1.0 milestone Mar 10, 2022
@lowbility
Copy link
Author

ok ~,thanks for your reply @Jeffery-Wasty .

@lilgreenbird lilgreenbird removed the Backlog The topic in question has been recognized and added to development backlog label Mar 14, 2022
@lilgreenbird
Copy link
Contributor

hi @lowbility,

fyi we have triaged this issue and will working on the fix for the upcoming release.
Thank you for bringing this to our attention.

@lilgreenbird lilgreenbird self-assigned this Mar 16, 2022
@lilgreenbird lilgreenbird changed the title This could be a bug? This could be a bug?(Managed Identity Retry interval) Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in the driver. A high priority item that one can expect to be addressed quickly.
Projects
None yet
Development

No branches or pull requests

3 participants