-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127314: go.mod: bump Pebble to cbd534e661cc r=RaduBerinde a=RaduBerinde Changes: * [`cbd534e6`](cockroachdb/pebble@cbd534e6) objstorage: fix race in vfsSync * [`17a2c982`](cockroachdb/pebble@17a2c982) objstorage: improve ParallelSync test to expose race in vfsSync * [`5fee68ad`](cockroachdb/pebble@5fee68ad) vfs: require no open files in MemFS.ResetToSyncedState * [`b6c49f44`](cockroachdb/pebble@b6c49f44) db: support range keys in external files * [`01fc3d28`](cockroachdb/pebble@01fc3d28) keyspan: add LevelIter tests with loose range key spans * [`e824725f`](cockroachdb/pebble@e824725f) keyspan: modernize the LevelIter test * [`9a4ea4df`](cockroachdb/pebble@9a4ea4df) colblk: only align uint deltas * [`ac13f408`](cockroachdb/pebble@ac13f408) sstable: trace/expensive log when sstable footer read is slow * [`2d97bb15`](cockroachdb/pebble@2d97bb15) colblk: add RawBytes, RawBytesBuilder * [`e762e056`](cockroachdb/pebble@e762e056) colblk: fix bug in uint column debug formatting Release note: none. Epic: none. Co-authored-by: Radu Berinde <[email protected]>
- 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 |
---|---|---|
|
@@ -1708,10 +1708,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "af50581a07c9a6a28385bba0aa482bc7b9f4e2a9a62e245518171c8051e899a3", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240710184623-e727ab747b2f", | ||
sha256 = "85d00a20793111e6b10b1bb794bbc0ebeda2a303746c293ffc73860239a15cd7", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240717034117-cbd534e661cc", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240710184623-e727ab747b2f.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240717034117-cbd534e661cc.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