-
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.
roachpb: make AdminChangeReplicasRequest.ExpDesc non-nullable
Prior to 19.1 AdminChangeReplicas did not take an expected range descriptor value which allowed for races with other changes to the range descriptor. For backwards compatibility the expectation was left as an optional field. This commit completes the migration and makes ExpDesc a required, non-nullable field. Clients which supply a zero value ExpDesc will now receive an error. Release note: None
- Loading branch information
Showing
7 changed files
with
580 additions
and
618 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.