forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver, kvclient: allow Rangefeeds to run over non-voting replicas
Prior to this commit, RangeFeeds only worked over voting replicas. This included followers as well as the leaseholder. This commit allows rangefeeds to run over non-voting replicas as well. Release justification: low risk high reward change to be able to fuel CDC streams using non-voting replicas Release note: None
- Loading branch information
1 parent
9bf97ac
commit 839de54
Showing
3 changed files
with
69 additions
and
10 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