-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
131107: (replica_)rac2: add misc vlog statements on transitions r=sumeerbhola a=kvoli Part of: #130187 Release note: None 131286: go.mod: bump Pebble to 785dc8d817a4 r=RaduBerinde a=RaduBerinde Changes: * [`785dc8d8`](cockroachdb/pebble@785dc8d8) sstable: refactor suffix-rewriting logic * [`5b8552f6`](cockroachdb/pebble@5b8552f6) db: modernize merging iterator tests * [`85602f46`](cockroachdb/pebble@85602f46) testutils: add indenttree * [`3831e2ba`](cockroachdb/pebble@3831e2ba) sstable: integrate columnar blocks into Reader * [`65c3ae12`](cockroachdb/pebble@65c3ae12) wal: improve reader_test log * [`29f8fea4`](cockroachdb/pebble@29f8fea4) colblk: implement block.DataBlockIterator * [`2138e806`](cockroachdb/pebble@2138e806) block: refactor FirstUserKey to CompareFirstUserKey * [`9d69d204`](cockroachdb/pebble@9d69d204) colblk: add NewKeyspanIter, object pooling * [`aba5868b`](cockroachdb/pebble@aba5868b) block: clarify the SyntheticPrefix IterTransform documentation * [`7348ce5f`](cockroachdb/pebble@7348ce5f) Makefile: bump crossversion-meta release branches * [`17c7a7ee`](cockroachdb/pebble@17c7a7ee) testkeys: fix assertion panic message Release note: none. Epic: none. Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
6 changed files
with
10 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 |
---|---|---|
|
@@ -1848,10 +1848,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "95d5b020636d314f7fae6221a21afcee17ec5c1c55c368ec7d409ba238ffc5f6", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240917211111-c826c0a21671", | ||
sha256 = "23f265df2d72be18f8f4f7b770a1b893c323590f904dee8faa1343376aa5d195", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240923205819-785dc8d817a4", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240917211111-c826c0a21671.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240923205819-785dc8d817a4.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
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