ahmarsuhail commented on code in PR #7723: URL: https://github.com/apache/hadoop/pull/7723#discussion_r2391123428
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/audit/AWSRequestAnalyzer.java: ########## @@ -50,6 +51,8 @@ import static org.apache.hadoop.fs.statistics.StoreStatisticNames.OBJECT_LIST_REQUEST; import static org.apache.hadoop.fs.statistics.StoreStatisticNames.OBJECT_PUT_REQUEST; import static org.apache.hadoop.fs.statistics.StoreStatisticNames.STORE_EXISTS_PROBE; +import static software.amazon.s3.analyticsaccelerator.request.Constants.OPERATION_NAME; Review Comment: discussed offline - since these are execution attributions, if you create them twice (once in S3A and once in AAL) and then try to use them, SDK throws and exception `No duplicate ExecutionAttribute names allowed..`, so we'll just make it compulsory to have AAL on the classpath -- 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]
