Commit 8dd02dd
fix: replace waitForRunningPhase with 120s sleep in block node restart recovery
waitForRunningPhase's createdAfter filter can miss the StatefulSet replacement
pod, causing it to block for its full 15-minute timeout and exhaust the entire
waitForMirrorReadiness window. In CI run 29062610572 the mirror importer had
recovered to only 62 s of lag (down from 928 s) but the window expired with no
time remaining for the final catch-up.
Replace the waitForRunningPhase call with a simple 120 s sleep. This leaves
~720 s of the 900 s readiness window for lag checks after the restart, which
is sufficient for the mirror to drain its remaining backlog.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>1 parent 0175e74 commit 8dd02dd
1 file changed
Lines changed: 10 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
553 | 552 | | |
554 | 553 | | |
555 | 554 | | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
568 | 565 | | |
569 | 566 | | |
570 | 567 | | |
| |||
0 commit comments