Skip to content

Commit

Permalink
improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-jeanne committed Dec 13, 2023
1 parent a72dbb3 commit 724f0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/tsdb/block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,6 @@ func DeleteNoCompactMarker(ctx context.Context, logger log.Logger, bkt objstore.
if err := bkt.Delete(ctx, m); err != nil {
return errors.Wrapf(err, "deletion of no-compaction marker for block %s has failed", id.String())
}
level.Info(logger).Log("msg", "block has been unmarked for no compaction", "block", id)
level.Info(logger).Log("msg", "no-compaction marker has been deleted; block can be compacted in the future", "block", id)
return nil
}

0 comments on commit 724f0a5

Please sign in to comment.