lognoel commented on issue #9124: URL: https://github.com/apache/iceberg/issues/9124#issuecomment-1821623948
> for: > > 1. i think we can allowlist the exception which could be access denied (or the iceberg equivalent exception bubbled up), we need to stop retry on > https://github.com/apache/iceberg/blob/f8d21116b1990ff0f7d7960a0f41f3a807756141/core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java#L206 Thanks for the comment. Unfortunately I don't think it's as simple as that though, because the exception thrown is `software.amazon.awssdk.services.s3.model.S3Exception`, which encompasses both access denied and a bunch of other failure modes, and you need to inspect the message to determine the root cause. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org