Log out of order when writing a block (#13888)

Signed-off-by: Jonathan Halterman <jonathan@grafana.com>
This commit is contained in:
Jonathan Halterman 2024-04-04 05:26:13 -07:00 committed by GitHub
parent 8799581b24
commit 113938aeb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ func (c *LeveledCompactor) Write(dest string, b BlockReader, mint, maxt int64, p
"maxt", meta.MaxTime, "maxt", meta.MaxTime,
"ulid", meta.ULID, "ulid", meta.ULID,
"duration", time.Since(start), "duration", time.Since(start),
"ooo", meta.Compaction.FromOutOfOrder(),
) )
return uid, nil return uid, nil
} }