forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
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
93337: server: implement health endpoint for app tenants r=knz a=dhartunian Previously, there was a separate implementation of the Health endpoint for tenants in `tenant_admin.go`. Now that we've unified the implementations, that needs to be added to `adminServer`. The implementation for the system tenant uses liveness, this implementation uses the sqlServer's readiness to accept connections. Epic: [CRDB-17356](https://cockroachlabs.atlassian.net/browse/CRDB-17356) Release note: None 93570: sql: replace deprecated descs.Collection method calls r=postamar a=postamar descs: remove GetObjectNamesAndIDs method This commit replaces usages of that method with calls to GetAllObjectsInSchema. Informs cockroachdb#64089. Release note: None ---- sql: amortize schema descriptor lookups in vtable generation This gets rid of some deprecated descs.Collection method calls. Informs cockroachdb#64089. Release note: None ---- scbuild,scdeps: replace deprecated descs.Collection method calls Informs cockroachdb#64089. Release note: None Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Marius Posta <[email protected]>
- Loading branch information
Showing
14 changed files
with
224 additions
and
239 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
Oops, something went wrong.