From cf70ab041aaef27f66d01a4f066c325d2c1ed7dd Mon Sep 17 00:00:00 2001 From: Frank McSherry Date: Fri, 23 May 2025 14:12:47 -0400 Subject: [PATCH] Unsplit logged error message --- src/storage/src/source/mysql/snapshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/src/source/mysql/snapshot.rs b/src/storage/src/source/mysql/snapshot.rs index fc451dd5cd8a7..0299345fea6a0 100644 --- a/src/storage/src/source/mysql/snapshot.rs +++ b/src/storage/src/source/mysql/snapshot.rs @@ -481,7 +481,7 @@ pub(crate) fn render>( *rewind_cap_set = CapabilitySet::new(); if snapshot_staged < snapshot_total { - error!(%id, "timely-{worker_id} snapshot size {snapshot_total} is somehow + error!(%id, "timely-{worker_id} snapshot size {snapshot_total} is somehow\ bigger than records staged {snapshot_staged}"); snapshot_staged = snapshot_total; }