ahmarsuhail opened a new pull request, #5960: URL: https://github.com/apache/hadoop/pull/5960
### Description of PR * Upgrades SDK Version so it has the new Java Async client with MPU support. * Configures java async client with MPU threshold and part size * Removes CRT dependency Since Multipart operations are in the java async client now, and not the TM, we could consider removing the TM in a follow up PR. We'd lose out on the transfer listener..but we don't really use any of the other additional functionality the TM provides us. ### How was this patch tested? Testing in progress in eu-west-1 with `mvn -Dparallel-tests -DtestsThreadCount=16 clean verify` Also ran checked output of ITestS3HugeFileArrayBlocks.test_100_renameHugeFile(), time taken to rename a 256MB file is at par with V1, around ~1s from my m4.2xlarge EC2. -- 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]
