-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v3.4, v3.2
-
Repl 2017-01-23
lastVote is initialized here. It is an error for the lastVote document to have a field other than "term" and "candidateIndex" but it has an "_id" field as well. This has gone unnoticed due to our lack of test coverage around lastVote (see SERVER-27569) and because we do not actually check the return status of lastVote's initialization.
- is depended on by
-
SERVER-27569 Increase test coverage around durability of lastVote document
- Closed