Skip to content

Commit

Permalink
Update pkg/storage/stores/shipper/compactor/retention/marker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sandeep Sukhani <[email protected]>
  • Loading branch information
cyriltovena and sandeepsukhani committed May 18, 2021
1 parent 46d713d commit fe6e422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/stores/shipper/compactor/retention/marker.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (r *markerProcessor) processPath(path string, deleteFunc func(ctx context.C
defer wg.Done()
for key := range queue {
if err := processKey(r.ctx, key, dbUpdate, deleteFunc); err != nil {
level.Warn(util_log.Logger).Log("msg", "failed to delete key", "key", key.value.String(), "value", key.value.String(), "err", err)
level.Warn(util_log.Logger).Log("msg", "failed to delete key", "key", key.key.String(), "value", key.value.String(), "err", err)
}
putKeyBuffer(key)
}
Expand Down

0 comments on commit fe6e422

Please sign in to comment.