From 206b5d2ada6462489d817897c2b75ee4c7237a05 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 24 Nov 2022 13:15:38 -0500 Subject: [PATCH] remove obsolete TODO (see github PR discussion https://github.com/neondatabase/neon/pull/2785#discussion_r1030547179 ) --- pageserver/src/tenant.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/pageserver/src/tenant.rs b/pageserver/src/tenant.rs index cfbacc34a8..8b6c61a500 100644 --- a/pageserver/src/tenant.rs +++ b/pageserver/src/tenant.rs @@ -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::()