You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanos, version 0.4.0 (branch: HEAD, revision: a676095877e7a87576b0f7776fccd4b3f8b65188)
build user: root@3e7111579ad1
build date: 20190504-09:31:11
go version: go1.11.9
Not sure if related, but I'm testing with Swift backend exposed by Ceph nautilus RadosGW.
What happened
thanos-store has aborted the query with error get range reader: Resource not found. The query in question was a simple sum(up) over a range of ~22 days. Prometheus is configured to retain only 14 days of metrics, the rest is pulled from object storage.
What you expected to happen
The query to execute and return result.
How to reproduce it (as minimally and precisely as possible):
Perhaps make a query just after compactor deletes a block?
Full logs to relevant components
Uncomment if you would like to post collapsible logs:
thanos-store logs:
May 22 19:49:25 monitor03 thanos[19478]: level=debug ts=2019-05-22T19:49:25.211923948Z caller=bucket.go:803 msg="stats query processed" stats="&{blocksQueried:115 postingsTouched:109 postingsTouchedSizeSum:18504 postingsToFetch:0 postingsFetched:0 postingsFetchedSizeSum:0 postingsFetchCount:0 postingsFetchDurationSum:0 seriesTouched:4517 seriesTouchedSizeSum:655888 seriesFetched:0 seriesFetchedSizeSum:0 seriesFetchCount:0 seriesFetchDurationSum:0 chunksTouched:79057 chunksTouchedSizeSum:6159822 chunksFetched:79057 chunksFetchedSizeSum:8746894 chunksFetchCount:109 chunksFetchDurationSum:393262394528 getAllDuration:0 mergedSeriesCount:0 mergedChunksCount:0 mergeDuration:0}" err="rpc error: code = Aborted desc = fetch series for block 01DBGBSAKK7VDWFN59P189J3KB: expanded matching posting: get postings: read postings range: get range reader: Resource not found"
Thanos, Prometheus and Golang version used
Not sure if related, but I'm testing with Swift backend exposed by Ceph nautilus RadosGW.
What happened
thanos-store has aborted the query with error
get range reader: Resource not found
. The query in question was a simplesum(up)
over a range of ~22 days. Prometheus is configured to retain only 14 days of metrics, the rest is pulled from object storage.What you expected to happen
The query to execute and return result.
How to reproduce it (as minimally and precisely as possible):
Perhaps make a query just after compactor deletes a block?
Full logs to relevant components
Uncomment if you would like to post collapsible logs:
Anything else we need to know
The text was updated successfully, but these errors were encountered: