[
https://issues.apache.org/jira/browse/HADOOP-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved HADOOP-17673.
-------------------------------------
Fix Version/s: 3.3.1
Resolution: Fixed
HADOOP-13551 handled this by moving to a parameterized constructor and marking
limited private
> IOStatistics API in branch-3.3 break compatibility
> --------------------------------------------------
>
> Key: HADOOP-17673
> URL: https://issues.apache.org/jira/browse/HADOOP-17673
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Wei-Chiu Chuang
> Assignee: Steve Loughran
> Priority: Critical
> Labels: release-blocker
> Fix For: 3.3.1
>
>
> The S3 delegation token feature (3.3.0) added APIĀ
> {code:java}
> AmazonS3 createS3Client(URI name,
> String bucket,
> AWSCredentialsProvider credentialSet,
> String userAgentSuffix) throws IOException;
> {code}
> However, the IOStatistics API (HADOOP-17271, HADOOP-13551. in 3.3.1) changed
> it to
> {code:java}
> AmazonS3 createS3Client(URI name,
> String bucket,
> AWSCredentialsProvider credentialSet,
> String userAgentSuffix,
> StatisticsFromAwsSdk statisticsFromAwsSdk) throws IOException; {code}
> The API is declared evolving, so we're not supposed to break compat between
> maintenance releases.
> [[email protected]]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]