Skip to content
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.1: sql: include non-voters in crdb_internal.ranges{_no_leases} #61962

Merged

Conversation

aayushshah15
Copy link
Contributor

Backport 1/1 commits from #59839.

/cc @cockroachdb/release


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.

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 (sql change): 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.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andreimatei
Copy link
Contributor

andreimatei commented Mar 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants