jackye1995 commented on pull request #3337: URL: https://github.com/apache/iceberg/pull/3337#issuecomment-952445191
It seems quite dangerous to retry on any `TException` and retry forever. My opinion is that we can set a configurable max retry, and only retry based on exception content. This can be implemented using Iceberg's `Tasks` util class. -- 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]
