RyanSkraba opened a new pull request, #14708: URL: https://github.com/apache/iceberg/pull/14708
Add `retriableExceptions` with SocketTimeoutException, so that it isn't one of the `nonRetriableExceptions`. We've observed infrequent, transient SocketTimeoutExceptions that cause the Iceberg Kakfa Connector sink task to fail and require a manual intervention to restart. Increasing the socket timeout doesn't solve the problem, but retrying the connection works immediately. It looks like there's some subtle implications to changing retriability (see https://github.com/apache/iceberg/pull/13619 and the discussions linked there). I'd appreciate any insight about whether this seems like it would be safe to retry! Closes: #14704 -- 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]
