-
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-21.2: [CRDB-2743] sql: create builltin generator crdb_internal.probe_range #84292
base: release-21.2
Are you sure you want to change the base?
Conversation
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:
|
ff42d68
to
2b3f828
Compare
@Santamaura do you plan to merge this, or have you decided to hold off? |
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
2b3f828
to
9895968
Compare
@rafiss this one is blocked from merging as there are some indirect changes to |
Thanks! Given that it's been this long and 21.2 will have no more releases after November, it doesn't feel that urgent to get this in. |
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