[
https://issues.apache.org/jira/browse/HADOOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466562
]
James P. White commented on HADOOP-882:
---------------------------------------
I like the idea of a general approach to retries, but using an existing AOP
mechanism seems like a better way to go to me. Although AspectJ is a strong
tool, Spring 2.0 AOP is closer to what you propose. In addition to Spring's
autoproxies, Spring 2.0 fully supports AspectJ syntax including annotations.
That provides the greatest flexibility and avoids the invention of
yet-another-syntax for advice.
http://static.springframework.org/spring/docs/2.0.x/reference/new-in-2.html#new-in-2-aop
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira