-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
release-20.2: vendor: bump Pebble to c3ef93f9a9ed #58304
release-20.2: vendor: bump Pebble to c3ef93f9a9ed #58304
Conversation
``` c3ef93f9 db: scale point tombstone averages according to file size 9b9c1284 db: add point tombstone compensation ``` Release note (bug fix): Fix a storage layer bug that could cause deleted system.jobs rows to remain on-disk indefinitely. The bloated system.jobs table could make jobs completely unavailable and prevent DDL statements from executing. This bug can be detected by examining the system.jobs table size from the DB Console. This change fixes the bug for Pebble only and the bug still persists on RocksDB.
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.
Reviewed 3 of 3 files at r1.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @petermattis and @sumeerbhola)
The acceptance/version-upgrade roachtest failed in CI with:
|
Re-run succeeded and it seems unlikely to be related to this change. I don't see an issue tracking a related problem though. I'll create one. |
TFTR! |
Release note (bug fix): Fix a storage layer bug that could cause deleted
system.jobs rows to remain on-disk indefinitely. The bloated system.jobs
table could make jobs completely unavailable and prevent DDL statements
from executing. This bug can be detected by examining the system.jobs
table size from the DB Console. This change fixes the bug for Pebble
only and the bug still persists on RocksDB.