-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
*: update Prometheus / promql-engine dependency with fix + add test case for pushed down subquery #5602
Conversation
3cb008a
to
9f554ed
Compare
go.mod
Outdated
@@ -246,6 +246,8 @@ replace ( | |||
// Required by Cortex https://github.com/cortexproject/cortex/pull/3051. | |||
github.com/bradfitz/gomemcache => github.com/themihai/gomemcache v0.0.0-20180902122335-24332e2d58ab | |||
|
|||
github.com/prometheus/prometheus => github.com/vinted/prometheus v1.8.2-0.20220817132046-4af7e615cfb4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary fork until prometheus/prometheus#11163 is figured out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lgtm.
We can also wait a few days see if your upstream patch gets merged in Prometheus.
Repro for thanos-io#5600. Signed-off-by: Giedrius Statkevičius <[email protected]>
9f554ed
to
84d22a1
Compare
Update prometheus dependency. Signed-off-by: Giedrius Statkevičius <[email protected]>
fb6f97f
to
b98f5ae
Compare
Signed-off-by: Giedrius Statkevičius <[email protected]>
321f67d
to
681a9a1
Compare
Signed-off-by: Giedrius Statkevičius <[email protected]>
Hm, is the test failure relevant? |
Yeah, something went wrong. Looking into it |
This contains the new OOO samples feature in TSDB? |
FYI Prometheus has tagged |
Feel free to update it in a separate PR as I'll be on vacation for a bit |
Looks like this is the culprit, because of change here https://github.com/jesusvazquez/prometheus/blob/c785aa0b69c2aab6966209f91d5294fb993e979e/tsdb/wal/wal.go#L282 coming from prometheus/prometheus#11075:
|
Repro for #5600.
Signed-off-by: Giedrius Statkevičius [email protected]