-
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.
53211: sql/multitenancy: implement SHOW/CANCEL QUERIES/SESSIONS r=tbg a=asubiotto This PR narrows down the StatusServer service into an interface used by SQL minus `Nodes` which remains in the `TenantDeprecatedWrapper` as a separate interface to discourage use of any other StatusServer methods. The narrowed-down interface is then implemented using a local-only `tenantStatusServer` which gives us the ability to SHOW/CANCEL QUERIES/SESSIONS. Release note: None Closes #47895 Co-authored-by: Alfonso Subiotto Marques <[email protected]>
- Loading branch information
Showing
20 changed files
with
610 additions
and
449 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.