fuatbasik opened a new pull request, #7923: URL: https://github.com/apache/hadoop/pull/7923
### Description of PR This PR enables AAL to retry connection failures on stream from S3 to AAL up to `fs.s3a.retry.limit` times. Note on idempotancy: As AAL maintains an internal state of stream, it handles re-opening stream from the blocks that are not filled yet on its own. This PR adds that logic to PhysicalIO: https://github.com/awslabs/analytics-accelerator-s3/pull/340 ### How was this patch tested? Added new tests with FlakyAsynClient that throws exception twice and succeeds at the third call. ### For code changes: There is no Jira item for this task. - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [X] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [N/A ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [N/A ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
