mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 04:00:38 +00:00
failpoint before-timeline-gc should use pausable_failpoint!
This commit is contained in:
@@ -3837,7 +3837,7 @@ impl Timeline {
|
||||
};
|
||||
let timer = self.metrics.garbage_collect_histo.start_timer();
|
||||
|
||||
fail_point!("before-timeline-gc");
|
||||
pausable_failpoint!("before-timeline-gc");
|
||||
|
||||
// Is the timeline being deleted?
|
||||
if self.is_stopping() {
|
||||
|
||||
Reference in New Issue
Block a user