-
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
go.mod: bump Pebble to 1f7e8ee45c85 #120025
go.mod: bump Pebble to 1f7e8ee45c85 #120025
Conversation
Changes: * [`1f7e8ee4`](cockroachdb/pebble@1f7e8ee4) iterator: require prefix filtering in merging iterator * [`c7795250`](cockroachdb/pebble@c7795250) db: verify virtualBackings in invariants mode * [`b50ef877`](cockroachdb/pebble@b50ef877) db: rename fileBackings to virtualBackings * [`1e4eca5f`](cockroachdb/pebble@1e4eca5f) manifest: show created/deleted backings in VersionEdit.String * [`ce293cce`](cockroachdb/pebble@ce293cce) wal: work around false data race in failoverWriter * [`08e0a863`](cockroachdb/pebble@08e0a863) db: move skip-remote logic out of manifest.LevelIterator * [`9591f938`](cockroachdb/pebble@9591f938) allow replication of external files * [`f3e3d4aa`](cockroachdb/pebble@f3e3d4aa) db: during WAL failover, don't write stall due to too many memtables * [`1ff6ed8b`](cockroachdb/pebble@1ff6ed8b) db: account for garbage in backing files when picking a compaction * [`6566b6be`](cockroachdb/pebble@6566b6be) metamorphic: inject random IO latency Release note: none. Epic: none.
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Test failures look like unrelated flakes. |
Maybe let's get cockroachdb/pebble#3384 as well. |
Changes: * [`8df4320c`](cockroachdb/pebble@8df4320c) db: rework backing refcount management * [`33f8f045`](cockroachdb/pebble@33f8f045) scan_internal: don't visit empty external files * [`1e816918`](cockroachdb/pebble@1e816918) vfs/vfstest: add WithOpenFileTracking Release note: none. Epic: none.
Done. Gonna bors this now since one of the big test clusters just hit a manifest corruption bug that was fixed in c7795250 so I want to get this in before I need to rebuild it again. bors r+ |
Build succeeded: |
Changes:
1f7e8ee4
iterator: require prefix filtering in merging iteratorc7795250
db: verify virtualBackings in invariants modeb50ef877
db: rename fileBackings to virtualBackings1e4eca5f
manifest: show created/deleted backings in VersionEdit.Stringce293cce
wal: work around false data race in failoverWriter08e0a863
db: move skip-remote logic out of manifest.LevelIterator9591f938
allow replication of external filesf3e3d4aa
db: during WAL failover, don't write stall due to too many memtables1ff6ed8b
db: account for garbage in backing files when picking a compaction6566b6be
metamorphic: inject random IO latencyRelease note: none.
Epic: none.