We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f646401 commit bcc9b99Copy full SHA for bcc9b99
crates/database/src/retention.rs
@@ -352,9 +352,9 @@ impl<RT: Runtime> LeaderRetentionManager<RT> {
352
}
353
354
pub fn shutdown(&self) {
355
- self.advance_min_snapshot_handle.lock().shutdown();
356
self.deletion_handle.lock().shutdown();
357
self.document_deletion_handle.lock().shutdown();
+ self.advance_min_snapshot_handle.lock().shutdown();
358
359
360
/// Returns the timestamp which we would like to use as min_snapshot_ts.
0 commit comments