Skip to content

Commit

Permalink
Merge pull request #123 from vinted/pull_mempostings_changes
Browse files Browse the repository at this point in the history
Pull fixes
  • Loading branch information
GiedriusS authored Apr 19, 2024
2 parents 72a8f10 + b68fe22 commit 62c5d53
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 122 deletions.
2 changes: 1 addition & 1 deletion tsdb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ func (db *DB) reloadBlocks() (err error) {
blockMetas = append(blockMetas, b.Meta())
}
if overlaps := OverlappingBlocks(blockMetas); len(overlaps) > 0 {
level.Warn(db.logger).Log("msg", "Overlapping blocks found during reloadBlocks", "detail", overlaps.String())
level.Debug(db.logger).Log("msg", "Overlapping blocks found during reloadBlocks", "detail", overlaps.String())
}

// Append blocks to old, deletable blocks, so we can close them.
Expand Down
Loading

0 comments on commit 62c5d53

Please sign in to comment.