Skip to content

Commit ece8a48

Browse files
authored
Clear repair_check_deadline if repair is successfully started (#1581)
Otherwise, we immediately check for live-repair again, which is confusing in the logs (see #1579)
1 parent d6c8ddd commit ece8a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upstairs/src/upstairs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ impl Upstairs {
921921
Some(Instant::now() + REPAIR_CHECK_INTERVAL);
922922
} else {
923923
// We started the repair in the call to start_live_repair above
924+
self.repair_check_deadline = None;
924925
}
925926
}
926927

0 commit comments

Comments
 (0)