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.
Browse files
Browse the repository at this point in the history
110828: server: create cluster setting for persisted insights r=maryliag a=maryliag A new table for persisted Insights will be created, and the endpoints to retrive Insights information will be able to use it. This commit creates a cluster settings that can be used to disabled its usage, in case there is a problem with its content. Fixes cockroachdb#110813 Release note: None 110869: go.mod: bump Pebble to 57e248f9c4d8 r=RaduBerinde a=itsbilal ``` 57e248f9 open: Ratchet nextFileNum ahead of objprovider objects 75bc026c db: add invariant for ValueAndErr 61f84632 metamorphic: 0 suffix should be suffixless in the RandomSeparator be158640 manifest: remove invalid comment ``` Release note: None. Epic: none Co-authored-by: maryliag <[email protected]> Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information
Showing
5 changed files
with
15 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 |
---|---|---|
|
@@ -1609,10 +1609,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "781188006acfa57acaabaf042badd129ec60a9244da17d61f951816ca6612884", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230915152238-6d6570bf1e25", | ||
sha256 = "834a73eec5306e2ae0a4538bee36c423f634e89612896d2693b6ff6db7ae06f9", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230919032055-57e248f9c4d8", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230915152238-6d6570bf1e25.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230919032055-57e248f9c4d8.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