Thanos store/compact error: Truncated response should have continuation token set #5208
Unanswered
LukaszWasko
asked this question in
Questions & Answers
Replies: 2 comments 1 reply
-
Any ideas? Problem still exists and I cannot run thanos store. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got error today on working instances (for about 3 months with no problems) Thanos store/compact on NetApp S3 :
I cannot launch them.
Thanos Receiver works fine with pushing metrics to S3.
I googled around and I found a possible cause to be returning truncated amounts of results because of some kind of page limit on S3 API.
NetApp shows me that it has about 3800 objects:
Adding to s3.yaml below line doesn't help:
After couple of minutes thanos throw an error context deadline exceeded
I did not find a clear answer, should I change any parameter on the Thanos Store / Minio client (s3.yaml) side or on the NetApp side?
Has anyone had experience with this?
Thanos version: thanos-0.24.0-1.el8.x86_64
System: CentOS 8
thanos store parameters:
/etc/thanos-store/s3.yaml:
Beta Was this translation helpful? Give feedback.
All reactions