From b01022d8df96c4cd8a6e48b42db28d47c2d5931c Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 24 Aug 2023 18:41:23 +0300 Subject: [PATCH] drop TODO about better load time api --- pageserver/src/tenant/storage_layer.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pageserver/src/tenant/storage_layer.rs b/pageserver/src/tenant/storage_layer.rs index fdb22db73a..573bf1b3af 100644 --- a/pageserver/src/tenant/storage_layer.rs +++ b/pageserver/src/tenant/storage_layer.rs @@ -365,8 +365,6 @@ impl ResidentOrWantedEvicted { /// This type models the on-disk layers, which can be evicted and on-demand downloaded. // TODO: // - internal arc, because I've now worked away majority of external wrapping -// - load time api which checks that files are present, fixmes in load time, remote timeline -// client tests pub(crate) struct LayerE { // do we really need this? conf: &'static PageServerConf,