-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta & removal support for bloom compaction #11941
meta & removal support for bloom compaction #11941
Conversation
Signed-off-by: Owen Diehl <[email protected]>
Signed-off-by: Owen Diehl <[email protected]>
Signed-off-by: Owen Diehl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
turn and burn baby
…pired-removals Signed-off-by: Owen Diehl <[email protected]>
Signed-off-by: Owen Diehl <[email protected]>
|
||
if len(tsdbs) == 0 { | ||
return nil | ||
level.Error(logger).Log("msg", "failed to get client", "err", err, "table", table.String()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
level.Error(logger).Log("msg", "failed to get client", "err", err, "table", table.String()) | |
level.Error(logger).Log("msg", "failed to get client", "err", err, "table", table.Table()) |
See #11917
} | ||
|
||
// Close pre-existing blocks | ||
s.closeLoadedBlocks(loaded, blocksIter) | ||
|
||
// Write the new meta | ||
ref, err := bloomshipper.MetaRefFrom(tenant, table.String(), gap.bounds, meta.Sources, meta.Blocks) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ref, err := bloomshipper.MetaRefFrom(tenant, table.String(), gap.bounds, meta.Sources, meta.Blocks) | |
ref, err := bloomshipper.MetaRefFrom(tenant, table.Table(), gap.bounds, meta.Sources, meta.Blocks) |
Signed-off-by: Owen Diehl <[email protected]>
Building of
meta.jsons
and removal of oldmeta.jsons
+ bloom blocks in thebloomcompactor