bharos commented on PR #17828: URL: https://github.com/apache/iceberg/pull/17828#issuecomment-5429740457
@manuzhang in #14317 you suggested catching the exception and creating a new client - that path already exists in `JdbcClientPool`, it just doesn't match `SQLRecoverableException`, which is what MySQL's `CommunicationsException` extends. This adds it. @amogh-jahagirdar flagging you since this extends the retry check you added in #10140 PTAL, thanks! -- 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]
