-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.5
-
Component/s: Replication
-
ALL
To calculate votes when checking if we can see a majority, a node checks if each member is up and then adds their votes to total if they are. However, its own HeartbeatMemberData is never set to up, so it does not count its own votes.
One solution is to special case itself in vote counting, so that its votes are always added. Another could be to set itself up when parsing a new config.