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
fix(blooms): Handle not found metas gracefully (#12853)
There is a time window between between listing metas and fetching them from object storage which could lead to a race condition that the meta is not found in object storage, because it was deleted and superseded by a newer meta.
This can happen when querying recent bloom data, that is still subject to updates, and results in an error like this:
```
rpc error: code = Unknown desc = failed to get meta file bloom/tsdb_index_19843/XXXX/metas/18fbdc8500000000-1921d15dffffffff-270affee.json: storage: object doesn't exist
(Trace ID: 4fe28d32cfa3e3df9495c3a5d4a683fb)
```
Signed-off-by: Christian Haudum <[email protected]>
0 commit comments