Commit 10c6edc
authored
[BUG] Contention in S3 gets assumed to be retryable, leading the manifest to fail. (#4888)
## Description of changes
We identified this last night and I dropped it accidentally.
Basically, contention at the storage layer in upload_parquet needs to
fail out directly; there is no way to retry safely.
## Test plan
CI
## Documentation Changes
N/A1 parent 66a25dc commit 10c6edc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments