From 094e7606a4bf54afbe060ecf8fed86ccea4cb5aa Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Mon, 4 Dec 2023 14:39:55 -0500 Subject: [PATCH] wip --- pageserver/src/walingest.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pageserver/src/walingest.rs b/pageserver/src/walingest.rs index fa099d91ea..70a8ebcab7 100644 --- a/pageserver/src/walingest.rs +++ b/pageserver/src/walingest.rs @@ -2175,9 +2175,12 @@ mod tests { } // Do operations we do on every XLogData message - // TODO check if 50 is the right chunk size - // TODO there's more operations to include here + // + // TODO also do status update + // 1. make a construct_status_update function + // 2. call it here tline.check_checkpoint_distance().await.unwrap(); + tline.get_current_logical_size(&ctx).size_dont_care_about_accuracy(); } drop(prof_guard);