Skip to content

Commit

Permalink
add ret
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott committed Dec 11, 2024
1 parent 03fa319 commit 67ee813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempodb/compactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (rw *readerWriter) compactOneTenant(ctx context.Context) {
// this context is controlled by the service manager. it being cancelled means that the process is shutting down
if ctx.Err() != nil {
level.Info(rw.logger).Log("msg", "caught context cancelled at the top of the compaction loop. bailing.", "err", ctx.Err(), "cause", context.Cause(ctx))
return
}

// Pick up to defaultMaxInputBlocks (4) blocks to compact into a single one
Expand Down

0 comments on commit 67ee813

Please sign in to comment.