-
Notifications
You must be signed in to change notification settings - Fork 806
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
Query error after upgrade to 1.0.0 #2396
Comments
Thanks for reporting it. I can reproduce it as well and I confirm it's a bug (even if I haven't found the root cause). I'm working on it as top priority. As a side note, the GET error rate may be unrelated and actually be a false positive (not an error) caused by a bug in the metrics tracking we're trying to fix here and/or here. I'm suspecting it because chunks are fetched using a |
The issue looks to be introduced by my change in the PR #2324 and is caused by the fact that chunks slices are reused in Thanos and we just keep references in Cortex instead of copying them. Sorry for that! I'm working on a fix. |
Thanks for the quick fix! It worked! |
Hi, I was using Cortex 0.7.0 with TSDB engine storing in AWS S3 Bucket without problems.
After upgrading to version 1.0.0 I got the error
cannot iterate chunk for series
when querying for values older than 1h, when I refresh the dashboard the error moves to another panel:This is my current config (running in "single process" mode):
The text was updated successfully, but these errors were encountered: