-
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
Incorrect query frontend warning log when not using memcached cache #3240
Comments
Can i work on this |
Sure, please go ahead! |
Thanks 😊
…On Mon, Sep 28, 2020, 1:21 AM Ben Ye ***@***.***> wrote:
Sure, please go ahead!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMPIV6XHYRPHCRU6C5WZIDTSH6JS7ANCNFSM4R3XSOHQ>
.
|
2 tasks
yeya24
added a commit
to yeya24/thanos
that referenced
this issue
Oct 5, 2020
Signed-off-by: Ben Ye <[email protected]>
kakkoyun
pushed a commit
that referenced
this issue
Oct 13, 2020
* split metadata endpoints Signed-off-by: Ben Ye <[email protected]> * add metadata codec implementation Signed-off-by: Ben Ye <[email protected]> * cleanup go mod Signed-off-by: Ben Ye <[email protected]> * add back fix for #3240 Signed-off-by: Ben Ye <[email protected]> * check set key exist Signed-off-by: Ben Ye <[email protected]> * update Signed-off-by: Ben Ye <[email protected]> * add default metadata range flag Signed-off-by: Ben Ye <[email protected]> * fix linting issues Signed-off-by: Ben Ye <[email protected]> * refactor flags and add test cases Signed-off-by: Ben Ye <[email protected]> * fix go lint issue Signed-off-by: Ben Ye <[email protected]> * add roundtrip tripperware tests for labels and series requests Signed-off-by: Ben Ye <[email protected]> * fix all unit tests and e2e tests Signed-off-by: Ben Ye <[email protected]> * fix lint issues Signed-off-by: Ben Ye <[email protected]> * add nolint unparam Signed-off-by: Ben Ye <[email protected]> * update flags and changelog Signed-off-by: Ben Ye <[email protected]> * switch response format to protobuf Signed-off-by: Ben Ye <[email protected]>
This is fixed in #3276 |
OGKevin
pushed a commit
to OGKevin/thanos
that referenced
this issue
Oct 15, 2020
* split metadata endpoints Signed-off-by: Ben Ye <[email protected]> * add metadata codec implementation Signed-off-by: Ben Ye <[email protected]> * cleanup go mod Signed-off-by: Ben Ye <[email protected]> * add back fix for thanos-io#3240 Signed-off-by: Ben Ye <[email protected]> * check set key exist Signed-off-by: Ben Ye <[email protected]> * update Signed-off-by: Ben Ye <[email protected]> * add default metadata range flag Signed-off-by: Ben Ye <[email protected]> * fix linting issues Signed-off-by: Ben Ye <[email protected]> * refactor flags and add test cases Signed-off-by: Ben Ye <[email protected]> * fix go lint issue Signed-off-by: Ben Ye <[email protected]> * add roundtrip tripperware tests for labels and series requests Signed-off-by: Ben Ye <[email protected]> * fix all unit tests and e2e tests Signed-off-by: Ben Ye <[email protected]> * fix lint issues Signed-off-by: Ben Ye <[email protected]> * add nolint unparam Signed-off-by: Ben Ye <[email protected]> * update flags and changelog Signed-off-by: Ben Ye <[email protected]> * switch response format to protobuf Signed-off-by: Ben Ye <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanos, Prometheus and Golang version used:
Thanos master version
What happened:
I started the Thanos query frontend with the in-memory response cache. However, there is a warning log about Memcached even if I am not using it.
What you expected to happen:
The log shouldn't show up when using other caches.
How to reproduce it (as minimally and precisely as possible):
The content of the file
res-conf
Anything else we need to know:
The fix should be pretty straightforward. Just need to move https://github.com/thanos-io/thanos/blob/master/cmd/thanos/query_frontend.go#L109-L112 to https://github.com/thanos-io/thanos/blob/master/pkg/queryfrontend/config.go#L90.
Help wanted!
The text was updated successfully, but these errors were encountered: