Skip to content
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

store: Adapt for objects changes (removals) faster #271

Closed
bwplotka opened this issue Apr 7, 2018 · 3 comments
Closed

store: Adapt for objects changes (removals) faster #271

bwplotka opened this issue Apr 7, 2018 · 3 comments

Comments

@bwplotka
Copy link
Member

bwplotka commented Apr 7, 2018

Basically we sync metas every 3 minutes, but it can happen that compactor or repair command remove some unnecessary block in the time between syncs. This result in temporary query error: receive series: rpc error: code = Aborted desc = fetch series for block 01C8DBKCT8TVC7KRDBC9TWBTPJ: preload postings: read postings range: get range reader: storage: object doesn't exist

How to improve that?

  • decrease the interval
  • catch not found obj error or check for existence of block and handle that somehow (ignore these postings?)
@stevenkehrli-trelnex
Copy link

We're seeing this with master-2018-06-15-5b66b72.
Will it eventually resolve itself? Message has repeated every 5 minutes for over 30 minutes now.

@bwplotka
Copy link
Member Author

We need this to solve this issue: #700

@bwplotka
Copy link
Member Author

bwplotka commented Oct 31, 2019

Closing in favor of: #700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants