-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0, 3.4.0, 3.5.13
-
Component/s: Replication
-
None
-
Replication
-
ALL
Consider the following example with PV1,
A three node replica set with chaining enabled where A is primary and C has B as it's sync source: A <- B <- C
If B does not see heartbeats from A, it will call for an election. C will vote for B despite having a healthy connection to A. As a result, a failover will occur despite a majority of nodes being able to see the primary.
- related to
-
SERVER-27125 Arbiters in pv1 should vote no in elections if they can see a healthy primary of equal or greater priority to the candidate
- Closed
-
SERVER-31429 Use the last fetched instead of the last applied to evaluate sync sources
- Closed