Known Issues in Cloud Connectors

Learn about the known issues in Cloud Connectors, the impact or changes to the functionality, and the workaround.

AWS SDK 2.25.53 warning about transfer manager not using CRT client
Due to the AWS SDK 2.25.53 upgrade, the following warning might be seen:
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
This error message is completely harmless and should be ignored. For more information, see HADOOP-19272.
None