- 7 member cluster, one of which is the leader.
- Leader attempts to replicate log (some write)
- Network partition occurs. 3 and 4 members respectively.
- Leader ends up in minority partition
- Leader only reaches 2 followers → replication failure
What happens in this situation?
As I understand it: The 2 followers have applied a "bad" write and when the network partition mends they will overwrite that write with the majority leaders history. But this violates linearization.