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

Fixes a tight loop in the Engine with LogQL parser. #3347

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

cyriltovena
Copy link
Contributor

I've also added a test to prove the issue was happening and now is fixed.

Fixes #3275
Fixes #3264
Fixes #3020

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

I've also added a test to prove the issue was happening and now is fixed.

Fixes grafana#3275
Fixes grafana#3264
Fixes grafana#3020

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #3347 (2c1c491) into master (3ff0881) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3347      +/-   ##
==========================================
+ Coverage   62.84%   62.86%   +0.02%     
==========================================
  Files         205      205              
  Lines       17340    17341       +1     
==========================================
+ Hits        10897    10902       +5     
+ Misses       5462     5459       -3     
+ Partials      981      980       -1     
Impacted Files Coverage Δ
pkg/logql/range_vector.go 100.00% <100.00%> (+2.59%) ⬆️
pkg/querier/queryrange/downstreamer.go 97.64% <0.00%> (+2.35%) ⬆️

Copy link
Contributor

@kavirajk kavirajk 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 c4d3f72 into grafana:master Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants