-
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
AWS me-central-1 region is incompatible #5904
Comments
Looks like this is not related to Thanos but rather your S3 setup. This comment and thread in particular looks helpful: aws/aws-cli#2603 (comment). |
So the fix on minio has been released to |
2 tasks
Close this as we already updated thanos with the latest objstore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanos, Prometheus and Golang version used:
quay.io/thanos/thanos:v0.29.0
prometheus:v2.25.0
Object Storage Provider:
S3
What happened:
prometheus-thanos-compactor-0 pod is going in crashed state
What you expected to happen:
prometheus-thanos-compactor-0 pod should come up
How to reproduce it (as minimally and precisely as possible):
Use prometheus with thanos in region me-central-1 AWS
Full logs to relevant components:
level=info ts=2022-11-18T09:57:21.869909888Z caller=compact.go:619 msg="starting compact node"
level=info ts=2022-11-18T09:57:21.869935109Z caller=intrumentation.go:56 msg="changing probe status" status=ready
level=info ts=2022-11-18T09:57:21.870032667Z caller=intrumentation.go:75 msg="changing probe status" status=healthy
level=info ts=2022-11-18T09:57:21.870047073Z caller=http.go:73 service=http/server component=compact msg="listening for requests and metrics" address=0.0.0.0:10902
level=info ts=2022-11-18T09:57:21.87022067Z caller=tls_config.go:195 service=http/server component=compact msg="TLS is disabled." http2=false
level=info ts=2022-11-18T09:57:21.870274403Z caller=compact.go:1291 msg="start sync of metas"
level=debug ts=2022-11-18T09:57:21.870313714Z caller=fetcher.go:324 component=block.BaseFetcher msg="fetching meta data" concurrency=32
level=error ts=2022-11-18T09:57:23.713257529Z caller=compact.go:499 msg="retriable error" err="compaction: sync: BaseFetcher: iter bucket: The me-central-1 location constraint is incompatible for the region specific endpoint this request was sent to."
level=debug ts=2022-11-18T09:57:23.713337594Z caller=fetcher.go:324 component=block.BaseFetcher msg="fetching meta data" concurrency=32
level=warn ts=2022-11-18T09:57:25.499375312Z caller=intrumentation.go:67 msg="changing probe status" status=not-ready reason="syncing metas: BaseFetcher: iter bucket: The me-central-1 location constraint is incompatible for the region specific endpoint this request was sent to."
level=info ts=2022-11-18T09:57:25.499407542Z caller=http.go:84 service=http/server component=compact msg="internal server is shutting down" err="syncing metas: BaseFetcher: iter bucket: The me-central-1 location constraint is incompatible for the region specific endpoint this request was sent to."
Anything else we need to know:
The text was updated successfully, but these errors were encountered: