-
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.
54273: changefeedccl/schemafeed: only sort the unsorted tail of descriptors r=ajwerner a=ajwerner This lead to a race detector warning firing (theorized). I'd love to validate that this is the bug but I feel pretty good about it. Fixes #48459. Release note: None 54358: sql/catalog/descs: don't hydrate dropped tables r=ajwerner a=ajwerner The invariant that types referenced by tables only exists for non-dropped tables. We were not checking the state of the table when choosing to hydrate. This lead to pretty catastropic failures when the invariant was violated. Fixes #54343. Release note (bug fix): Fixed bug from earlier alphas where dropping a database which contained tables using user-defined types could result in panics. 54417: kvserver: improve a comment around node liveness r=irfansharif a=irfansharif Release note: None 54422: vendor: Bump pebble to 08b545a1f5403e31a76b48f46a780c8d59432f57 r=petermattis a=itsbilal Changes pulled in: ``` 08b545a1f5403e31a76b48f46a780c8d59432f57 compaction: Invalidate limit when a splitter defers a split suggestion 6e5e695d8b1c33c0c4687bd7e804e9aaac66d9dd db: remove unused compaction.maxExpandedBytes ``` Fixes #54284. Release note: None. Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: irfan sharif <[email protected]> Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information
Showing
8 changed files
with
52 additions
and
16 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
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
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
Submodule vendor
updated
2 files
+103 −54 | github.com/cockroachdb/pebble/compaction.go | |
+1 −1 | modules.txt |