snowflakedb / snowflake-jdbc

Snowflake JDBC Driver
Apache License 2.0
173 stars 163 forks source link

SNOW-200112: Is the if condition correct in RestRequest#execute? #350

Closed aoshika-lv closed 1 year ago

aoshika-lv commented 3 years ago

Hi, snowflake-jdbc team. I have a small question. While investigating the cause of the s3 403 error in RestRequest#execute, I found the following code. RestRequest#isRetryableHTTPCode returns true, but this code breaks the loop immediately. Is that correct? https://github.com/snowflakedb/snowflake-jdbc/blob/075ea674fc94c35c29936fbf39233d082d537135/src/main/java/net/snowflake/client/jdbc/RestRequest.java#L192-L219

sfc-gh-igarish commented 1 year ago

To clean up and re-prioritize more pressing bugs and feature requests we are closing all issues older than 6 months as of March 1, 2023. If there are any issues or feature requests that you would like us to address, please create them according to the new templates we have created. For urgent issues, opening a support case with this link Snowflake Community is the fastest way to get a response.