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

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