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

storage: Tick all replicas, not just unquiesced ones #26291

Merged
merged 1 commit into from
May 31, 2018

Conversation

bdarnell
Copy link
Contributor

This reverts the main effect of #24956. The supporting infrastructure
is left in place to minimize merge conflicts and to aid in diagnosing
why the maps get out of sync.

Fixes #26257

Release note: None

@bdarnell bdarnell requested a review from a team May 31, 2018 18:19
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@petermattis
Copy link
Collaborator

:lgtm:

Are you sure that it is the ticking of quiesced replicas that is the problem, and not something else in #24956 such as the changes to the campaigning logic?


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved, some commit checks pending.


Comments from Reviewable

This reverts the main effect of cockroachdb#24956. The supporting infrastructure
is left in place to minimize merge conflicts and to aid in diagnosing
why the maps get out of sync.

Fixes cockroachdb#26257

Release note: None
@bdarnell
Copy link
Contributor Author

Are you sure that it is the ticking of quiesced replicas that is the problem, and not something else in #24956 such as the changes to the campaigning logic?

It looks that way. The new monitoring I added shows that for the ranges in the bad state, the leader's replica is marked as quiescent but it is not in the unquiescedReplicas map.

@bdarnell
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request May 31, 2018
26291: storage: Tick all replicas, not just unquiesced ones r=bdarnell a=bdarnell

This reverts the main effect of #24956. The supporting infrastructure
is left in place to minimize merge conflicts and to aid in diagnosing
why the maps get out of sync.

Fixes #26257

Release note: None

Co-authored-by: Ben Darnell <ben@cockroachlabs.com>
@craig
Copy link
Contributor

craig bot commented May 31, 2018

Build succeeded

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