lorransr opened a new issue, #7173: URL: https://github.com/apache/iceberg/issues/7173
### Query engine Trino ### Question As mentioned in this [issue](https://github.com/trinodb/trino/issues/16284), we have an aurora serverless database, and we use it as our iceberg catalog. The serverless db scales up and down during the day and can reach to 0 instances, when it happens, all connections are lost. The expected behavior for the jdbc connection in this case would be to try to reconnect to the database, since it will be the trigger for starting the db instances. Should it be possible to implement this connection retry feature? Or is it expected, the non retry behavior? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
