You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "jackye1995 (via GitHub)" <gi...@apache.org> on 2023/03/23 21:45:20 UTC

[GitHub] [iceberg] jackye1995 commented on issue #7173: Does JDBC connector uses any retry mechanism?

jackye1995 commented on issue #7173:
URL: https://github.com/apache/iceberg/issues/7173#issuecomment-1481954608

   > The serverless db scales up and down during the day and can reach to 0 instances, when it happens, all connections are lost. 
   
   As Amogh suggested the code can definitely be updated to accommodate more exception cases for retry. I guess the question is if there is anything more than just `org.postgresql.util.PSQLException`, like an error code, that can be used to detect the issue? Using error message like "This connection has been closed" seems to be too specific.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org