This is an automated email from the ASF dual-hosted git repository. stevel pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from ca6a7e2c893 HADOOP-19439. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-rumen. (#7552) new 1895a588a5c HADOOP-19485. S3A: Upgrade AWS V2 SDK to 2.29.52 new 89a988b0a88 HADOOP-19485. S3A: Test failures after SDK upgrade new 5a4108c0213 HADOOP-19455. S3A: SDK client to log metrics at TRACE new 2dd658252bd HADOOP-19492. S3A: Some tests failing on third-party stores new c5291b76135 HADOOP-19516. S3A: SDK reads content twice during PUT to S3 Express store. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- .../hadoop/fs/s3a/DefaultS3ClientFactory.java | 11 +++- .../hadoop/fs/s3a/impl/AwsSdkWorkarounds.java | 16 +++-- .../hadoop/fs/s3a/impl/UploadContentProviders.java | 4 +- .../tools/hadoop-aws/third_party_stores.md | 15 ++++- .../tools/hadoop-aws/troubleshooting_s3a.md | 42 +++++++++++++ .../hadoop/fs/s3a/ITestS3AConfiguration.java | 2 + .../hadoop/fs/s3a/ITestS3AEncryptionSSEC.java | 2 + .../hadoop/fs/s3a/ITestS3AEndpointRegion.java | 69 ++++++++++++++++------ .../org/apache/hadoop/fs/s3a/S3ATestUtils.java | 2 +- .../hadoop/fs/s3a/impl/ITestAwsSdkWorkarounds.java | 37 ++---------- .../hadoop/fs/s3a/tools/ITestBucketTool.java | 1 + .../org/apache/hadoop/fs/sdk/TestAWSV2SDK.java | 2 +- .../hadoop-aws/src/test/resources/log4j.properties | 4 ++ 15 files changed, 147 insertions(+), 64 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org