From c0af1a504489044d0c16f355b0f29a0fc5bf5bf0 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Mon, 4 Dec 2023 15:08:27 -0500 Subject: [PATCH] wip --- pageserver/src/walingest.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pageserver/src/walingest.rs b/pageserver/src/walingest.rs index 70a8ebcab7..d884cc5af7 100644 --- a/pageserver/src/walingest.rs +++ b/pageserver/src/walingest.rs @@ -2174,11 +2174,9 @@ mod tests { .unwrap(); } - // Do operations we do on every XLogData message - // - // TODO also do status update - // 1. make a construct_status_update function - // 2. call it here + // Do most of the work we do on every XLogData message in + // walreceiver_connection.rs just to check that at the current + // chunk size this work doesn't matter. tline.check_checkpoint_distance().await.unwrap(); tline.get_current_logical_size(&ctx).size_dont_care_about_accuracy(); }