[
https://issues.apache.org/jira/browse/HADOOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471493
]
Tom White commented on HADOOP-882:
----------------------------------
+1
I have tested the patch successfully using Jets3tS3FileSystemTest and think it
is ready for inclusion. This patch will certainly improve the reliability of S3
"metadata" operations since they fit into the jets3t buffer limit. Block read
and write failures aren't retried effectively, so for these cases I have
created HADOOP-997 as a follow on issue.
> S3FileSystem should retry if there is a communication problem with S3
> ---------------------------------------------------------------------
>
> Key: HADOOP-882
> URL: https://issues.apache.org/jira/browse/HADOOP-882
> Project: Hadoop
> Issue Type: Improvement
> Components: fs
> Affects Versions: 0.10.1
> Reporter: Tom White
> Assigned To: Tom White
> Attachments: jets3t-0.5.0.jar, jets3t-upgrade.patch
>
>
> File system operations currently fail if there is a communication problem
> (IOException) with S3. All operations that communicate with S3 should retry a
> fixed number of times before failing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.