-
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
Updated TSDB to include atomic delete fix. #3012
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me.
However, tests fail with unexpected error: replace of obsolete block for deletion 01EFE2XDABF7ENW1Y0KVJG69GC: rename /tmp/large-chunk-test176317323/block/01EFE2XDABF7ENW1Y0KVJG69GC /tmp/large-chunk-test176317323/block/01EFE2XDABF7ENW1Y0KVJG69GC.tmp-for-deletion: no such file or directory
Nice! |
Found upstream bug: prometheus/prometheus#7777 please PTAL @kakkoyun (: |
Ok, fixed upstream let's try now: prometheus/prometheus#7777 |
Signed-off-by: Bartlomiej Plotka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Failing tests are unrelated to these changes.
Signed-off-by: Bartlomiej Plotka [email protected]
xref: prometheus/prometheus#7772