Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.8.0
-
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
Attachments
Issue Links
- blocks
-
HADOOP-11694 Über-jira: S3a phase II: robustness, scale and performance
- Resolved
- is related to
-
SPARK-20038 FileFormatWriter.ExecuteWriteTask.releaseResources() implementations to be re-entrant
- Resolved