Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-17673

IOStatistics API in branch-3.3 break compatibility

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 3.3.1
    • None

    Description

      The S3 delegation token feature (3.3.0) added APIĀ 

        AmazonS3 createS3Client(URI name,
            String bucket,
            AWSCredentialsProvider credentialSet,
            String userAgentSuffix) throws IOException;
       

      However, the IOStatistics API (HADOOP-17271, HADOOP-13551. in 3.3.1) changed it to

      
        AmazonS3 createS3Client(URI name,
            String bucket,
            AWSCredentialsProvider credentialSet,
            String userAgentSuffix, 
          StatisticsFromAwsSdk statisticsFromAwsSdk) throws IOException; 

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

      stevel@apache.org

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              weichiu Wei-Chiu Chuang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: