Steve Loughran created HADOOP-18863: ---------------------------------------
Summary: AWS SDK V2 - AuditFailureExceptions aren't being translated properly Key: HADOOP-18863 URL: https://issues.apache.org/jira/browse/HADOOP-18863 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3 Affects Versions: 3.4.0 Reporter: Steve Loughran {{ITestS3AHugeFilesNoMultipart}} is failing because the {{AuditFailureException}} variant raised in the sdk handler is being wrapped as it makes its way back to the s3a code -but S3AUtiis.translateException() isn't looking at the inner cause. looks like aws v2 sdk class {{.GenericMultipartHelper.handleException}} is wrapping an SdkException with a SdkClientException even though it is not needed. we probably have to start looking at the inner cause of any exception during translation to see if that is also a AuditFailureException. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org