You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2021/04/27 10:16:00 UTC

[jira] [Created] (HADOOP-17673) IOStatistics API in branch-3.3 break compatibility

Wei-Chiu Chuang created HADOOP-17673:
----------------------------------------

             Summary: 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


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) throws IOException; {code}

The API is declared evolving, so we're not supposed to break compat between maintenance releases.

[~stevel@apache.org]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org