-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-22.1: [CRDB-2743] sql: create builltin generator crdb_internal.probe_range #83820
release-22.1: [CRDB-2743] sql: create builltin generator crdb_internal.probe_range #83820
Conversation
Previously there was difficulty diagnosing kv layer health when an incident occurs. This patch introduces a new virtual table crdb_internal.probe_ranges which utilitzes the kvprober probe each range to determine if the range can be reached or not. resolves cockroachdb#61695 Release note: None
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
Yay to this! |
@tbg when you have a free second, can you also review/approve this backport as well? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This patch fixes the issue of the missing volatility column for the prober builtin in generated docs. Backport cockroachdb#83820 did not have the volatility column from cockroachdb#84038. Release note: None
Backport 1/1 commits from #79546.
/cc @cockroachdb/release
Previously there was difficulty in diagnosing kv layer health when
an incident occurs. This patch introduces the new virtual table
crdb_internal.probe_range which utilizes the kvprober to probe
each range to determine if the range can be reached or not.
resolves #61695
Release note: None
Release justification: Observability QoL improvement