Commit 785e3bb
authored
core: Restart store on revert errors to clear poisoned writer (#6422)
The runner FSM refactor mapped Action::Restart from handle_revert to
RestartReason::DataSourceExpired, skipping store.restart(). Fix by using
RestartReason::StoreError for revert errors and remove the unused
DataSourceExpired variant.1 parent 9e65f6f commit 785e3bb
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
| 622 | + | |
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
0 commit comments