You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Andrew Wang (JIRA)" <ji...@apache.org> on 2017/04/21 21:53:04 UTC

[jira] [Commented] (HADOOP-14204) S3A multipart commit failing, "UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort"

    [ https://issues.apache.org/jira/browse/HADOOP-14204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979460#comment-15979460 ] 

Andrew Wang commented on HADOOP-14204:
--------------------------------------

Please set the appropriate 3.x fix version when committing to trunk, thanks!

> S3A multipart commit failing, "UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort"
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-14204
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14204
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Critical
>             Fix For: 2.8.1, 3.0.0-alpha3
>
>         Attachments: HADOOP-14204-branch-2.8-001.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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