Re: [PR] Retry object store reads on temporary errors. [iceberg-rust]

2024-12-13 Thread via GitHub
Xuanwo merged PR #788: URL: https://github.com/apache/iceberg-rust/pull/788 -- 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: issues-unsubscr...@iceberg.a

Re: [PR] Retry object store reads on temporary errors. [iceberg-rust]

2024-12-13 Thread via GitHub
ryzhyk commented on PR #788: URL: https://github.com/apache/iceberg-rust/pull/788#issuecomment-2540837170 > Comparing to add retry layer for every service, how about adding it here? > > https://github.com/apache/iceberg-rust/blob/e073e75bf51fd4e8999e9d99a9986a4380afd0bc/crates/iceberg

[PR] Retry object store reads on temporary errors. [iceberg-rust]

2024-12-12 Thread via GitHub
ryzhyk opened a new pull request, #788: URL: https://github.com/apache/iceberg-rust/pull/788 I noticed that, when reading many parquet files from S3, one of the reads fails occasionally with a temporary error such as "connection closed before message completed". I think such transient failu