xiaoxuandev opened a new pull request, #8221:
URL: https://github.com/apache/iceberg/pull/8221

   @jackye1995 @amogh-jahagirdar 
   Add retry for both S3InputStream and S3OutputStream so that when we 
encounter network failures (mostly SSLException for server side connection 
reset and SocketTimoutException for client side connection reset) or any other 
retriable S3 error (like throttling error), we can retry at operation level 
without failing the entire query.


-- 
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]

Reply via email to