-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59839: sql: include non-voters in crdb_internal.ranges{_no_leases} r=aayushshah15 a=aayushshah15 Before this commit, the `replicas` column of `crdb_internal.ranges_no_leases` would only included voting replicas. This commit makes it such that it includes voting as well as non-voting replicas. Additionally, this commit also adds two new columns: `voting_replicas` and `non_voting_replicas`. Release justification: observability improvements for new functionality. Release note: the `replicas` column of `crdb_internal.ranges{_no_leases}` now includes both voting and non-voting replicas and `crdb_internal.ranges{_no_leases}` include two new columns: `voting_replicas` and `non_voting_replicas` which work as labelled. 61912: builtins: fix json_extract_path_text NULL bug r=RichardJCai a=rafiss If a null JSON is returned, then the text representation is a nil pointer, which was not handled correctly. No release note since this bug only exists in non-released versions. Release note: None Co-authored-by: Aayush Shah <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
6 changed files
with
70 additions
and
18 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