release-21.2: [CRDB-2743] sql: create builltin generator crdb_internal.probe_range#84292
release-21.2: [CRDB-2743] sql: create builltin generator crdb_internal.probe_range#84292Santamaura wants to merge 1 commit intocockroachdb:release-21.2from
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. |
|
Closing this PR as release-21.2 is a branch for an unsupported version. If you believe this was in error, please feel free to re-open. |
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