-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Patches for 0.13.1 #6681
Patches for 0.13.1 #6681
Conversation
The limit optimization was put into the wrong place and caused only part of the shard to be read when a limit was used. The optimization is possible, but requires a bit of refactoring to the code here so the call iterator is created per series before handed to the limit iterator. Backport fix for #6661.
This locks showeed up in a deadlock systems running queries and delete series across a large dataset. Queries should not need to lock the tsdb.Store for writes
By analyzing the blame information on this pull request, we identified @e-dard to be a potential reviewer |
Please list any patches that need to be backported for 0.13.1 here so I can cherry-pick them into this PR and we'll merge this when we have all of the changes needed for 0.13.1. |
@jsternberg #6647 could be put into |
Cherry picked #6647. |
Any idea on an ETA for 0.13.1? |
@jsternberg at this point presumably we should close this in favor of 1.0-beta2, which is a superior release to 0.13.x? |
I think that's reasonable. I'll close this and reopen if @jwilder thinks we should still do a 0.13.1. |
I would appreciate a 13.1 release as well. |
No description provided.