Commit 8d83b00
fix(l1): continue on PeerTable call timeout (#5642)
**Motivation**
We're having an error where snap-sync exits due to an internal timeout
in a call to `PeerTable`. We're still looking into why this timeout
happens, but when this happens, we should simply retry.
**Description**
This PR copies the `inspect_err().unwrap_or(None)` pattern from
`request_account_range` to `request_storage_ranges` and
`request_bytecodes`.
Closes #56371 parent 6e3e189 commit 8d83b00
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
1033 | | - | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
1034 | 1036 | | |
1035 | 1037 | | |
1036 | 1038 | | |
| |||
1554 | 1556 | | |
1555 | 1557 | | |
1556 | 1558 | | |
1557 | | - | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
1558 | 1562 | | |
1559 | 1563 | | |
1560 | 1564 | | |
| |||
0 commit comments