diff --git a/pageserver/src/tenant/timeline.rs b/pageserver/src/tenant/timeline.rs index b0f755f356..84cdd97e54 100644 --- a/pageserver/src/tenant/timeline.rs +++ b/pageserver/src/tenant/timeline.rs @@ -4670,6 +4670,7 @@ impl<'a> TimelineWriter<'a> { action: OpenLayerAction, ) -> anyhow::Result<&Arc> { match action { + // TODO: Move this into InMemoryLayer OpenLayerAction::Roll => { let freeze_at = self.write_guard.as_ref().unwrap().max_lsn.unwrap(); self.roll_layer(freeze_at).await?;