-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: include probe_range in debug.zip #80360
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Is your feature request related to a problem? Please describe.
PR #79546 introduces crdb_internal.probe_range, but it won't be available during troubleshooting sessions unless included in a debug.zip.
Describe the solution you'd like
Include a query such as
SELECT count(1) FROM crdb_internal.probe_ranges(INTERVAL ‘1000ms’, ‘write’) WHERE error != '' ORDER BY end_to_end_latency DESC LIMIT 100;
(the LIMIT gives a very approximately ~1000ms*100 target on how long this can
take, so that running debug.zip against an unavailable cluster won't take too
long)
Describe alternatives you've considered
Additional context
Jira issue: CRDB-15754
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)