ahmarsuhail commented on PR #7334: URL: https://github.com/apache/hadoop/pull/7334#issuecomment-2634021728
Few things to discuss here: * Now that we're using S3A's async client, which already has the execution interceptors attached, a lot of tests fail as out of span operations get rejected. Since we're not support auditing right now, can we recommend that if you're running with AAL turned on, turn off `fs.s3a.audit.reject.out.of.span.operations`? * The async client from the current SDK version doesn't do ranged GETs if `multipartEnabled` is enabled on it. For ranged GETs, either upgrade SDK or disable multipartEnabled temporary when AAL is enabled, similar to https://github.com/apache/hadoop/blob/950b3eb431de99885521095efc4cc65ee9252db7/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/DefaultS3ClientFactory.java#L169 -- 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]
