This commit is contained in:
Christian Schwarz
2022-11-24 13:15:38 -05:00
parent 77fea61fcc
commit 206b5d2ada

View File

@@ -869,9 +869,6 @@ impl Tenant {
continue;
}
// TODO There was also remove if dir is empty logic
// TODO if attach failed we can be missing metadata here
let file_name = entry.file_name();
if let Ok(timeline_id) =
file_name.to_str().unwrap_or_default().parse::<TimelineId>()