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

tsdb parsing handles uint #11969

Merged
merged 1 commit into from
Feb 15, 2024
Merged

tsdb parsing handles uint #11969

merged 1 commit into from
Feb 15, 2024

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Feb 15, 2024

TSDB parsing code previously used ParseInt which accounts for signed integers, but we use unsigned integers in checksums. This PR fixes this mismatch and will allow us to correctly parse the entire keyspace.

Signed-off-by: Owen Diehl <[email protected]>
@owen-d owen-d requested a review from a team as a code owner February 15, 2024 18:40
Copy link
Collaborator

@slim-bean slim-bean left a comment

Choose a reason for hiding this comment

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

LGTM

@owen-d owen-d merged commit 443720f into grafana:main Feb 15, 2024
10 checks passed
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
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.

3 participants