[
https://issues.apache.org/jira/browse/HADOOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466792
]
Mike Smith commented on HADOOP-882:
-----------------------------------
Instead of the released version of jets3t which is 5 months old, I built it
from their CVS source codes. In this version unlike the released version, you
will have the retry mechanism for S3 exceptions. The CVS version seems to be
much more stable than the released version. Here are the two most important new
features from their release notes:
- Requests that fail due to S3 Internal Server error are retried a configurable
number of times, with an increasing delay between each retry attempt.
- Sends an upload object's MD5 data hash to S3 in the header Content-MD5, to
confirm no data corruption has taken place on the wire.
> 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
>
> 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.