-
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.
97945: ui: disable invalid options for tenant advanced debug r=stevendanna,knz a=dhartunian Prevously, the Advanced Debug page on the DB console would show a lot of options to the tenant that were either unsupported, unimplemented, or not valid in that context. This change hides those options for now to create a smoother Console experience for tenants. The changes made are currently implemented via a server-controlled feature flag that is enabled by default on tenants, and not on the system tenant. The summary of disabled items is as follows: * Problem ranges: hidden since implementation depends on liveness * Issue to fix: #97941 * Data distribution: hidden due to error on tenants * Issue to fix: #97942 * Stores section: not applicable to tenants * Problem Ranges section: see above * Raft and Key Visualizer links: not applicable to tenants * Closed timestamps: not applicable to tenants * Tracing active operations: ui impl proxies to nodes, needs changes * Issue to fix: #97943 * Debug requests/events: not applicable to tenants * Enqueue range: not applicable to tenants * Node status: not implemented on tenants * Single node's ranges: not implemented on tenants * Hot Ranges (legacy): not implemented on tenants * Single Node Specific: not implemented on tenants * Cluster wide: not applicable to tenants * Allocator: not applicable to tenants Resolves: #80595 Epic: CRDB-12100 Release note: None 98167: sqlstats: flush stmt and txns in parallel r=xinhaoz a=xinhaoz When we have a lot of in-memory data, the flush can take some time to complete. WHy not flush stmt and txns in parallel, so that we at least get some data to both system tables while flushing instead of wiating for the stmt flush to complete to start flushing tot txns, which can delay data being shown in the app. Epic: none Release note: None Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Xin Hao Zhang <[email protected]>
- Loading branch information
Showing
8 changed files
with
153 additions
and
28 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
Oops, something went wrong.