Skip to content
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

fix(blooms): bloomshipper no longer returns empty metas on fetch #13130

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Jun 4, 2024

Traced some bloom compactor problems to this store interface returning empty Metas (with the exception of the reference key) on fetch when the object does not exist in storage. I originally found this due to a panic in the outdated meta removal code because empty Metas don't have any source TSDBs.

Fixes the impl to only return metas which existed which have their contents populated.

Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
@owen-d owen-d requested a review from a team as a code owner June 4, 2024 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants