-
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
Series fetch issue #146
Comments
This is on certain query: (after some time and then 100% reproducible) |
This started happening just after you started compaction again? |
well not really. I was doing lot's of queries for different things and it started on certain query after some time.. so not sure if there is any correlation with compaction. (new compactor is running 1,5h) |
Yes, did you ever see this happen before that though? |
nope |
I mean this ultimately just seems like some series entries get a good bit longer than the 4KB we expected. 13KB of chunk-indexing data for a single series in a single block actually makes me a bit worried :) But ultimately anything becomes worrisome if you keep the high resolution in long-term storage. The answer here is basically to just bump the range we fetch per series. |
I just hit it as well. It seems indeed to be non-deterministic for the same query over the same time range... that's rather odd though. |
Got 'fixed' by bumping the maximum series size we are reading. Anything fully save will require upstream changes to the storage format. |
Revisiting this as we saw some issues of violating this again e.g #552, plus investigate estimating Given just one error, it might still not worth to change. Just leaving the calculation for max size of series entry:
|
* Added float histogram support for receiver * Fixed lint * Fixed docs * Fixed docs
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
querying store failed: receive series: rpc error: code = Aborted desc = fetch series for block 01C18S2S39ZQ4VK43SKVYBRKSR: invalid remaining size 4096, expected 13485
From time to time.
The text was updated successfully, but these errors were encountered: