[ 
https://issues.apache.org/jira/browse/HADOOP-19272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-19272:
------------------------------------
    Summary: S3A: AWS SDK 2.25.3 warnings logged about transfer manager not 
using crt client  (was: S3A: warnings logged about transfer manager not using 
Crt client)

> S3A: AWS SDK 2.25.3 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
>            Priority: Major
>
> 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]

Reply via email to