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(query): Reverting the min max suffix replacement #1757

Merged

Conversation

sandeep6189
Copy link
Contributor

Pull Request checklist

  • The commit(s) message(s) follows the contribution guidelines ?
  • Docs have been added / updated (for bug fixes / features) ?

Current behavior : Assertion error happening in cases where

  1. metric name has a suffix _min or _max AND
  2. query have lots of label filters which causes some TimeSeriesShard returning no data AND
  3. have another metric without the suffix.

New behavior : We are reverting the query change added with the support for min/max histograms to fix the bug in the short term.

Copy link
Contributor

@sherali42 sherali42 left a comment

Choose a reason for hiding this comment

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

thanks @sandeep6189 for taking this

@sandeep6189 sandeep6189 merged commit 614af10 into filodb:develop Apr 10, 2024
1 check passed
sandeep6189 added a commit to sandeep6189/FiloDB that referenced this pull request Apr 10, 2024
sandeep6189 added a commit that referenced this pull request Apr 10, 2024
* fix(query): Reverting the min max suffix replacement (#1757)
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.

None yet

2 participants