fix: typo

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
pull/24376/head
Marco Neumann 2021-10-11 16:47:18 +02:00
parent 3561dfa16c
commit 9ff2213ecb
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ where
// up to, and thus there is reason to include it in the // up to, and thus there is reason to include it in the
// plan // plan
if chunk.min_timestamp() > flush_ts { if chunk.min_timestamp() > flush_ts {
// Ignore chunk for now, but we might need it later to closer chunk order gaps // Ignore chunk for now, but we might need it later to close chunk order gaps
debug!(%db_name, chunk=%chunk.addr(), debug!(%db_name, chunk=%chunk.addr(),
"chunk does not contain data eligible for persistence"); "chunk does not contain data eligible for persistence");
if chunk.lifecycle_action().is_none() { if chunk.lifecycle_action().is_none() {