-
Notifications
You must be signed in to change notification settings - Fork 167
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
SNOW-878076: Retry Strategy for JDBC #1548
SNOW-878076: Retry Strategy for JDBC #1548
Conversation
src/main/java/net/snowflake/client/util/DecorrelatedJitterBackoff.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Make sure it's inline with ODBC implementation.
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@sfc-gh-ext-simba-jf Please add test case for newly added connection parameter retryTimeout if you haven't do so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SonarQube Quality Gate |
Overview
SNOW-878076: Retry Strategy for JDBC
External contributors - please answer these questions before submitting a pull request. Thanks!
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes https://github.com/snowflakedb/snowflake-sdks-drivers-issues-teamwork/issues/577
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Implementing new retry strategy for login related endpoints.
Pre-review checklist