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

headIndexReader.LabelNamesFor: skip not found series #14279

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

colega
Copy link
Contributor

@colega colega commented Jun 7, 2024

It's quite common during the compaction cycle to hold series IDs for series that aren't in the TSDB head anymore.

We shouldn't fail if that happens, as the caller has no way to figure out which one of the IDs doesn't exist.

Fixes #14278

It's quite common during the compaction cycle to hold series IDs for
series that aren't in the TSDB head anymore.

We shouldn't fail if that happens, as the caller has no way to figure
out which one of the IDs doesn't exist.

Fixes prometheus#14278

Signed-off-by: Oleg Zaytsev <[email protected]>
@colega colega requested a review from jesusvazquez as a code owner June 7, 2024 14:21
Copy link
Member

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bboreham bboreham merged commit c5d923a into prometheus:main Jun 10, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Label names with matchers" call returns "not found" during compaction
2 participants