-
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 store failed to fetch old data #2158
Comments
Hey @satyabhama, As far as I can tell from your logs, you don't have enough space left on your disk where you run your |
Hey @kakkoyun We increased the memory according to this before only, now memory utilization is less than 75% still we are getting this error. |
It's not memory, it's disk space. |
But from your logs, it seems like a disk issue
This happens before building the index in-memory, so try checking the disk. |
Could you please help us to check disk space, where exactly we need to configure |
We don't have access to your machine. It's not something you can configure in Thanos. It will use the amount of disk which is needed by amount of your data. In the next release, we have a new experimental feature called |
hey @bwplotka how much disk space is needed if 700 GB data is there in s3 bucket |
It always depends on your cardinality, amount of blocks etc. For https://github.com/thanos-io/thanos/releases/tag/v0.11.0-rc.1 and with:
Disk usage should be marginal, PLUS it does not need to be persistent. E.g. For each block, you have in the system with let's say 0.5-5GB index file, for a reasonable number of symbols and its length, and cardinality (e.g. million of series), I would expect like 100MB |
This issue/PR has been automatically marked as stale because it has not had recent activity. Please comment on status otherwise the issue will be closed in a week. Thank you for your contributions. |
Thanos store component is continuously throwing below error when we are trying to fetch old data from S3 via Thanos query and stroe component
level=warn ts=2020-02-20T08:13:42.014710592Z caller=bucket.go:326 msg="loading block failed" id=01E0X0RPKQ45SC35Y34RSSMDVV err="new bucket block: load index cache: download index file: copy object to file: write =/thanos/store/01E0X0RPKQ45SC35Y34RSSMDVV/index: no space left on device"
Also we are not able to see old data even though it is present in s3.
The text was updated successfully, but these errors were encountered: