[
https://issues.apache.org/jira/browse/HADOOP-13231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312999#comment-15312999
]
Chris Nauroth commented on HADOOP-13231:
----------------------------------------
That's really odd. It looks like the parts were missing when we tried to
complete a multi-part upload. If another test was running concurrently, then
there would be a risk of triggering the logic in
{{S3AFileSystem#initMultipartUploads}} that purges prior multi-part upload
data. That's why I declared this test for serial execution in pom.xml. Since
it's not running in the parallel phase, I don't have a theory for how running
in parallel mode could cause this.
> Isolate test path used by a few S3A tests for more reliable parallel
> execution.
> -------------------------------------------------------------------------------
>
> Key: HADOOP-13231
> URL: https://issues.apache.org/jira/browse/HADOOP-13231
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Minor
>
> I have noticed a few more spots in S3A tests that do not make use of the
> isolated test directory path when running in parallel mode. While I don't
> have any evidence that this is really causing problems for parallel test runs
> right now, it would still be good practice to clean these up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]