Description
HADOOP-882 improves S3FileSystem so that when certain communications problems with S3 occur the operation is retried. However, the retry mechanism cannot handle a block transfer failure, since blocks may be very large and we don't want to buffer them in memory. This improvement is to write a wrapper (using java.lang.reflect.Proxy if possible - see discussion in HADOOP-882) that can retry block transfers.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-882 S3FileSystem should retry if there is a communication problem with S3
- Closed