-
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.
Browse files
Browse the repository at this point in the history
70361: sql: return an error message when trying to show grants for an invalid user r=jackcwu a=jackcwu Release justification: None, waiting for 22.1 Release note: None Resolves #32811 70933: reduce: show original test case output r=mgartner a=mgartner The `reduce` tool now shows the original test case output in verbose mode if it is not found to be interesting. This makes it easier for a user to determine why a reproduction is not producing output that matches the `--contains` regex. Release note: None 70966: serverccl: support IndexUsageStatistics RPC fanout for tenant status server r=maryliag a=Azhng Follow up to #70959 Resolves #70878 Release note (api change): Serverless's IndexUsageStatistics RPC now returns cluster-wide data. 70994: server: Fix query profiler panic for serverless. r=jaylim-crl a=rimadeodhar The Query Profiler would panic for serverless clusters under memory pressure as the session registry was not set. This PR updates the serverless code to pass in the session registry to the Query Profiler. Fixes: #70945 Release note (bug fix): The SQL server no longer panics under memory pressure when the query profiler is enabled. 71000: roachtest/sqlsmith: swallow "no volatility for cast" error r=yuzefovich a=yuzefovich Touches: #70831. Release note: None Co-authored-by: Jack Wu <[email protected]> Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Azhng <[email protected]> Co-authored-by: rimadeodhar <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
22 changed files
with
311 additions
and
80 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
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.