forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: * [`38fb0512`](cockroachdb/pebble@38fb0512) compact: save the resized valueBuf when saving values * [`ce9b648a`](cockroachdb/pebble@ce9b648a) sstable/block: fix Buffer growth bug * [`ccf75770`](cockroachdb/pebble@ccf75770) colblk: fix decoder initialization in TestIndexIterInitHandle * [`75f27891`](cockroachdb/pebble@75f27891) cache: readShard: unref outside of waitForReadPermissionOrHandle * [`816fda56`](cockroachdb/pebble@816fda56) sstable: fix restarts integer overflow * [`aeb59814`](cockroachdb/pebble@aeb59814) cache: remove Handle * [`c203f968`](cockroachdb/pebble@c203f968) manifest: reduce TestInuseKeyRangesRandomized ops in race mode * [`0727aa72`](cockroachdb/pebble@0727aa72) db: don't print secondary cache stats when they are empty * [`ef12c0f0`](cockroachdb/pebble@ef12c0f0) sstable: document layout methods that can mangle block data * [`97ad2bcc`](cockroachdb/pebble@97ad2bcc) cache: remove tryRemoveState in readShard * [`8b1c219a`](cockroachdb/pebble@8b1c219a) compaction: fix release of compaction slots * [`9d0923b1`](cockroachdb/pebble@9d0923b1) sstable: lift suffix rewriting in-memory requirement into type signature * [`2fd2c8f4`](cockroachdb/pebble@2fd2c8f4) metamorphic: move block property collectors into KeyFormat * [`80ce1d7f`](cockroachdb/pebble@80ce1d7f) cache: use key type internally * [`5a315b39`](cockroachdb/pebble@5a315b39) sstable/blob: new package * [`9343320b`](cockroachdb/pebble@9343320b) sstable: refactor pooling of value blocks in valblk.Writer Release note: none. Epic: none.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1885,10 +1885,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "a280937ef42514b9ff206ab5139a06af378597e4b3c044f11f73f09eecb4ba57", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20250107201914-d21c9e72493f", | ||
sha256 = "6a36c6ed7f11452d9866fd3e95430a02020a8ed478dac9cde3e60b173904aeb8", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20250111211125-38fb0512c50a", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20250107201914-d21c9e72493f.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20250111211125-38fb0512c50a.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters