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 range calculation on recent searches #2581

Merged
merged 4 commits into from
Jun 22, 2023

Conversation

joe-elliott
Copy link
Member

What this PR does:
A bug was introduced by changing the searchReq param on ingesterRequest from a value type to a pointer. The pointer allowed the struct to be modified by the calling code which broke request ranges that included ingester requests.

Which issue(s) this PR fixes:
Fixes #2577

Checklist

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

Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Copy link
Contributor

@ie-pham ie-pham left a comment

Choose a reason for hiding this comment

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

🤞

@joe-elliott joe-elliott merged commit c633387 into grafana:main Jun 22, 2023
@mdisibio
Copy link
Contributor

Typo? I think fixes #2565 instead.

@joe-elliott
Copy link
Member Author

Thanks, good catch.

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.

error running Tempo
3 participants