Every distributed database keeps more than one copy of your data — it is the only way to survive a dead disk, serve readers on another continent, or take a machine down for maintenance. It is also where most production incidents begin. The moment a second copy exists, the two can disagree, and this whole topic is about what happens while they do.