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

Log querier bucket index updates #9912

Merged

Conversation

jhalterman
Copy link
Member

@jhalterman jhalterman commented Nov 15, 2024

What this PR does

Adds logging of querier bucket index updates so we can inspect exactly which bucket index version/timestamp a particular querier is working off of. This can help investigate situations where queriers and store gateways appear to be working off of different bucket indices.

Using DEBUG level since I suspect this might be noisy.

Which issue(s) this PR fixes or relates to

Fixes #

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@jhalterman jhalterman force-pushed the log-querier-bucket-index-updates branch 3 times, most recently from 2aa3ae7 to 2114f7f Compare November 15, 2024 02:25
@jhalterman jhalterman marked this pull request as ready for review November 15, 2024 16:23
@jhalterman jhalterman requested a review from a team as a code owner November 15, 2024 16:23
@jhalterman jhalterman force-pushed the log-querier-bucket-index-updates branch 2 times, most recently from 39d4fd1 to 30e9b79 Compare November 15, 2024 16:28
Adds logging of querier bucket index updates so we can inspect exactly which bucket index version/timestamp a particular querier is working off of.
@jhalterman jhalterman force-pushed the log-querier-bucket-index-updates branch from 30e9b79 to d0538d7 Compare November 15, 2024 16:35
@jhalterman jhalterman merged commit 4e0045a into grafana:main Nov 15, 2024
29 checks passed
@jhalterman jhalterman deleted the log-querier-bucket-index-updates branch November 15, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants