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
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?)
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: