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

S3A multipart commit failing, "UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.8.0
    • 2.9.0, 3.0.0-alpha4, 2.8.2
    • fs/s3
    • None

    Description

      Stack trace seen trying to commit a multipart upload, as the EMR code (which takes a List<String> etags is trying to sort that list directly, which it can't do if the list doesn't want to be sorted.

      later versions of the SDK clone the list before sorting.

      We need to make sure that the list passed in can be sorted.

      Attachments

        1. HADOOP-14204-branch-2.8-001.patch
          1.0 kB
          Steve Loughran

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: