Steve Loughran created HADOOP-19272:
---------------------------------------
Summary: S3A: warnings logged about transfer manager not using Crt
client
Key: HADOOP-19272
URL: https://issues.apache.org/jira/browse/HADOOP-19272
Project: Hadoop Common
Issue Type: Bug
Components: fs/s3
Affects Versions: 3.4.0
Reporter: Steve Loughran
When an S3 transfer manager is created for renaming/download a new message is
logged telling off the caller for not using the CRT client.
{code}
5645:2024-09-13 16:29:17,375 [setup] WARN s3.S3TransferManager
(LoggerAdapter.java:warn(225)) - The provided S3AsyncClient is an instance of
MultipartS3AsyncClient, and thus multipart download feature is not enabled. To
benefit from all features, consider using S3AsyncClient.crtBuilder().build()
instead.
{code}
This is
* a change in the SDK to tell us off
* downgraded to debug in the aws trunk code "S3 Async Client - Multipart
download (#5164)"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]