-
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
Thanos Side Endpoints Not Showing on Querier #5590
Comments
Are you using |
hi @matej-g, yes but I already upgraded the thanos-sidecar, store, compactor and querier to Image: quay.io/thanos/thanos:v0.27.0 just now. Except on thanos bucket because I am receiving a "crashloopback" error so I revert the bucket to v0.12.2. Do you know if I did it correctly on the image upgrade? I just used kubectl edit deploy/statefulset command to update the thanos images. |
Hm so I'm not sure on you're deployment / roll out strategy, normally bumping the image should be fine. By Thanos bucket, do you mean the Thanos tool or something else? Either way, I'm wondering if you'll be able to still replicate the error after you'll successfully roll out the new version. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Thanos, Prometheus and Golang version used:
Thanos:
Version 0.12.2
Revision 52e10c6
Branch HEAD
BuildUser circleci@241aa351893e
BuildDate 20200430-16:37:24
GoVersion go1.13.1
Prometheus:
Version 2.25.0
Revision a6be548dbc17780d562a39c0e4bd0bd4c00ad6e2
Branch HEAD
BuildUser root@615f028225c9
BuildDate 20210217-14:17:24
GoVersion go1.15.8
Object Storage Provider:
Azure Storage
What happened:
Thanos Side Endpoints Not Showing on Querier. Seeing below errors from one of the end points that is not showing:
level=warn ts=2022-08-12T02:01:45.672722834Z caller=storeset.go:440 component=storeset msg="update of store node failed" err="getting metadata: fetching store info from 172.29.180.4:10901: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=172.29.180.4:10901
level=warn ts=2022-08-12T02:01:50.674126075Z caller=storeset.go:440 component=storeset msg="update of store node failed" err="getting metadata: fetching store info from 172.29.180.4:10901: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=172.29.180.4:10901
level=warn ts=2022-08-12T02:01:55.675674611Z caller=storeset.go:440 component=storeset msg="update of store node failed" err="getting metadata: fetching store info from 172.29.180.4:10901: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=172.29.180.4:10901
level=warn ts=2022-08-12T02:02:00.67664108Z caller=storeset.go:440 component=storeset msg="update of store node failed" err="getting metadata: fetching store info from 172.29.180.4:10901: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=172.29.180.4:10901
level=warn ts=2022-08-12T02:02:05.685128107Z caller=storeset.go:440 component=storeset msg="update of store node failed" err="getting metadata: fetching store info from 172.29.180.4:10901: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=172.29.180.4:10901
What you expected to happen:
Thanos sidecar showul be showing on querier. Only some are showing. Not all.
The text was updated successfully, but these errors were encountered: