-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
raft: fix deadlock during PreVote migration process #8525
Conversation
8c1ee07
to
6ffb7aa
Compare
/cc @irfansharif |
Please see #8501 (comment). |
6ffb7aa
to
8597361
Compare
Codecov Report
@@ Coverage Diff @@
## master #8525 +/- ##
========================================
Coverage ? 65.9%
========================================
Files ? 360
Lines ? 29527
Branches ? 0
========================================
Hits ? 19459
Misses ? 8399
Partials ? 1669
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change should be merged.
thanks for the review. merging. |
This picks up some changes to prevote (etcd-io/etcd#8525 and etcd-io/etcd#9204), as well as a new ErrProposalDropped that we're not yet using. Release note: None
Fixes #8501